npm i
npm run build
cd src
node server.js
Access localhost
on your browser.
-
npm install
: Installs dependencies -
npm run build
: Production-ready build -
npm run lint
: Pass TypeScript files using TSLint -
npm run lint-fix
: Automaticaly fix some lint errors -
npm run test
: Run tests