Boilerplate to get started with vanillaJS using babel and webpack!
Feel free to use it!
To get it up and running:
Clone this repo:
git clone [email protected]:elainemattos/js-babel-webpack.git
cd js-babel-webpack
And
npm install
To get a local dev server:
npm start
it will be available at http://localhost:8080/
To build the project:
npm run build
It will run webpack and put the bundled file on /dist folder!
This project is licensed under the MIT License - see the LICENSE file for details