An open API service indexing awesome lists of open source software.

https://github.com/diegoarcega/news-website

News Website
https://github.com/diegoarcega/news-website

news offline-capable pwa react react-hooks react-spring website

Last synced: 4 months ago
JSON representation

News Website

Awesome Lists containing this project

README

          

[Live Demo](https://news-website.surge.sh/) (offline message is only displayed on this env, localhost:5000 does not display the message to the user)

## Run the App

- `cp .env-example .env.local`
- `npm install` or `yarn install`
- `npm run build` or `yarn build`
- `serve -s build`
- Open [http://localhost:5000](http://localhost:5000) to view it in the browser.
- View live (without all the steps above) https://news-website.surge.sh/

## Run tests

- `npm install` or `yarn install`
- `npm test or yarn test`