Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

torino9app

sparviero13MIT0.1.0TypeScript support: included

scout sites

readme

Torino9app

scout sites

Build Status

Deploy

TEST

mocha tests and karma tests

npm install
npm start
npm test

DEV

you need an .env file with this params

{
  "SECRET": "<SECRET>",
  "MONGODB_URI": "<MONGODB_URI>",
  "PORT": "<PORT>",
  "WEB_CONCURRENCY": <WEB_CONCURRENCY>,
  "IMGUR_USERNAME": "<IMGUR_USERNAME>",
  "IMGUR_PASSWORD": "<IMGUR_PASSWORD>",
  "IMGUR_CLIENTID": "<IMGUR_CLIENTID>"
}

to run

npm install
npm start
ng serve