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
- Host: GitHub
- URL: https://github.com/hcvazquez/aidt-client
- Owner: hcvazquez
- License: mit
- Created: 2018-12-22T17:41:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T14:49:52.000Z (over 7 years ago)
- Last Synced: 2025-07-04T08:40:40.775Z (12 months ago)
- Topics: frontend, javascript, react, react-redux, reactjs, redux, search-interface, user-interface, ux, web-development
- Language: JavaScript
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).