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
- Host: GitHub
- URL: https://github.com/diegoarcega/news-website
- Owner: diegoarcega
- Created: 2019-06-16T12:38:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:42:50.000Z (over 3 years ago)
- Last Synced: 2025-02-08T01:35:32.706Z (over 1 year ago)
- Topics: news, offline-capable, pwa, react, react-hooks, react-spring, website
- Language: JavaScript
- Homepage: https://news-website.surge.sh/
- Size: 3.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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`