https://github.com/adrianapan/ontrack
https://github.com/adrianapan/ontrack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adrianapan/ontrack
- Owner: AdrianApan
- Created: 2020-07-17T09:19:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T01:24:37.000Z (about 2 years ago)
- Last Synced: 2025-01-02T09:14:39.562Z (5 months ago)
- Language: JavaScript
- Size: 1.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OnTrack - FE dev test
API Book search app built using React.
### Running the app locally
1. Clone the repository
2. Run `npm install`
3. Run the app with `npm start`### Deploy the app
1. Run the unit tests with `npm run test`
2. Create a production build with `npm run build`
3. For Node based environments:- Using serve:
```
npm install -g serve
serve -s build
```- Using Express:
```
npm install express
node server.js
```## Changelog
### v0.1.0
- First stable release