0.1.0 • Published 3 years ago

contartec-web v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

Contartec Web

CircleCI Maintainability deepcode

Installing

Requirements

Get your github personal token (with read:packages permissions)

npm config set '//npm.pkg.github.com/:_authToken' "${GH_TOKEN}"
npm install -g eslint bower

Also make sure you have:

  • node v10.x.x

Running

Copy .env.example to .env replacing the informations with the correct ones.

Run npm install && bower install.

Run npm start in order to serve the application.

Testing

Run npm run test or npm run test:watch.

Deployment