Client for Weather Vortex Project.
Branch | Status | Link |
---|---|---|
main |
Weather Vortex Client |
Table of Contents
After clone this project, run this command to install all necessary dependencies:
npm i
This command enable hot-reloads!
After have modified a source file, save any change and wait for reloading. You'll see your changes in your browser without reloading the page.
npm run serve
To run unit tests, use this command:
npm run test:unit
npm run build
npm run lint
To build your container: sudo docker build -t antonioparolisi/wv-client .
To run your container: sudo docker run -it -p 8080:80 antonioparolisi/wv-client