1.0.1 • Published 7 years ago
octoberry v1.0.1
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