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

https://github.com/hcvazquez/aidt-client

The Web client of AIDT
https://github.com/hcvazquez/aidt-client

frontend javascript react react-redux reactjs redux search-interface user-interface ux web-development

Last synced: 2 months ago
JSON representation

The Web client of AIDT

Awesome Lists containing this project

README

          

# AIDT-client
The Web client of AIDT

## Installation

`$ npm install`

## Development

Simply spawn the server by running `$ npm run serve`. This will create a server defaulting to the `dev` environment.
You may preview the production build by running `$ npm run build && npm run serve -- --env prod`.

## Deploys

There's a separate document that explains the deployment procedure, you may read it [here](./docs/deploys.md).

## Tests

```bash
$ npm test
$ npm test-cov # to get coverage report
```

## License

Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php).