Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.13 KB

File metadata and controls

46 lines (29 loc) · 1.13 KB

Showcase Website

Build Status codecov dependencies Status devDependencies Status License

Installation

# install dependencies
npm install

Running the tests

# run unit tests
npm run unit

# run all tests
npm test

Build and Run

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details