A quick startup for develop static web pages with sass and typescript.
Install all dependencies with: $ yarn or $ npm install
.
$ yarn start / npm run start
$ yarn build:prod / npm run build:prod
After run this command and the process finishes, user the public directory like build directory. In this directory you'll find the release codes.