java script , PWA , A11y ,scss
on line link :
visit restaurants app
(PWAs) are web applications that are regular web pages or websites, but can appear to the user like traditional applications or native mobile applications.
git clone https://github.com/anasalpure/Restaurant-Reviews-project-PWA-.git
npm install
if you do any changes in scss files :
npm run build
npm start
I use webpack-dev-server as localhost server on port 8082
if you use another software you should make the dbhelper.js file compatible with the new configurations.
- static get DATABASE_URL() {
- const port = 8082
- return `http://localhost:${port}/data/restaurants.json`;
- }