Skip to content
React application that allows you to read free newspapers and stay well informed with the latest and breaking news
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
public
src
.gitignore
README.md
db.sample.json
package-lock.json
package.json
yarn.lock

README.md

PWA sample

Playing with:

This project was bootstrapped with Create React App.

Start

In the project directory:

  1. install dependencies npm install

  2. create a db cp db.sample.json db.json

  3. launch the rest api (this serve db.json) npm run server

  4. run the app npm start

You can’t perform that action at this time.