项目作者: anasalpure

项目描述 :
java script , PWA , A11y ,scss
高级语言: JavaScript
项目地址: git://github.com/anasalpure/Restaurant-Reviews-project-PWA-.git


Restaurant Reviews project (PWA)

on line link :
visit restaurants app

Start

(PWAs) are web applications that are regular web pages or websites, but can appear to the user like traditional applications or native mobile applications.

clone the repo

git clone https://github.com/anasalpure/Restaurant-Reviews-project-PWA-.git

Install dependencies

npm install

Build app

if you do any changes in scss files :
npm run build

run localhost Serve

npm start

notes :

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.

  1.  
  2. static get DATABASE_URL() {
  3. const port = 8082
  4. return `http://localhost:${port}/data/restaurants.json`;
  5. }
  6.  
  • Anas Alpure