This is a sekelton repository. This skeleton uses the following solutions/technologies:
- Typescript
- SASS
- PUG
- TSLint
- Webpack
To run tslint execute the following command:
npm run lint
To build the app execute the following command:
npm run build
To run in browser execute the following command:
npm run start