/NewsApp

React application that allows you to read free newspapers and stay well informed with the latest and breaking news

Primary LanguageJavaScript

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