https://github.com/joshuacc/reactor-news
https://github.com/joshuacc/reactor-news
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshuacc/reactor-news
- Owner: joshuacc
- Created: 2020-07-31T17:33:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T16:53:37.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T07:08:32.800Z (4 months ago)
- Language: TypeScript
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactor News: A Hacker News Clone
## Getting started
Before doing anything else, run `npm ci` to install the exact depencies listed in `package-lock.json`.
## Available commands
- Run in development: `npm start`
- Run production build: `npm run build`
- Run in offline mode locally: `npm run start:pwa`
- Run tests interactively: `npm test`
- Run tests and get coverage: `npm run test:coverage`