PWA sample
Playing with:
This project was bootstrapped with Create React App.
Start
In the project directory:
-
install dependencies
npm install -
create a db
cp db.sample.json db.json -
launch the rest api (this serve db.json)
npm run server -
run the app
npm start