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

https://github.com/adrianapan/ontrack


https://github.com/adrianapan/ontrack

Last synced: 3 months ago
JSON representation

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