Kick start your vanilla js projects by using this boilerplate
- HTML
- CSS
- Vanilla JS
- Webpack
- Fork this repository to your GitHub account
- Clone your fork to your development machine
- Install the package dependencies by running
npm install
(or yarn if you prefer) - Start the application server by running
npm run dev-server
- Open your browser to http://localhost:8080
- For production build run
npm run build