This is a starter vanilla javascript project using modern technologies
- vanilla javascript ( ES6+ )
- parcel-bundler
- babel
- sass
- postcss
- autoprefixer
First install dependencies:
npm installTo run in hot module reloading mode:
npm run devTo create a production build:
npm run build