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