Pure JavaScript Boilerplate Powered by Webpack This is made for people who just want to code in vanilla js and not deal with all the bloated dependencies added on.
Features
- Bootstrap included
- React included (Not enabled)
- Babel powered - Can code in ES6 and newer JS.
- SCSS/SASS friendly. - Run "npm run watch" to start style task runner
Getting Started
Clone the repo
Run the follwing commands
Npm install
Npm run watch (This runs the scss/sass taskrunner)
Npm start
Runs off localhost:8080