octoberry
v1.0.1
Published
Test project for octoberry
Downloads
3
Readme
Test application
How to install app
- Clone the project.
git clone https://github.com/tolylya/octoberry.git
. - Download dependencies.
npm install
. - Run in dev mode.
npm run start
.
Commands
- Run in development mode:
npm run start
- Build production:
npm run build
- Run tests:
npm run test