A showcase project to demonstrate a production-ready javascript Pomodoro app using Webpack, configure from scratch.
- Module and Asset bundler -
Webpack
- JS backward compatible compiler -
Babel
- CSS Preprocessor -
Sass
- Autoprefixer -
PostCSS
- Typechecker -
TypeScript
Clone the repository :
https://github.com/irhammuch/pomodoro.git
Install all dependecies :
npm install
Build :
npm run build