# install dependencies
npm install
# run unit tests
npm run unit
# run all tests
npm test# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details