- Webpack - bundler/build tool
- npm - package manager
- Sass - styles pre processor
- PostCSS/Autoprefixer - styles post processor
- eslint/prettier - code formatting/checkstyles
This page is hosted on GithubPages
- To run locally you need to run
npm run dev
and webpack-dev-server will start on port 9000
- If you want to build application locally you need to execute:
npm run build
all resulted code will be stored under dist folder
- To run linting/checkstyles just run
npm run lint