/vanilla-boilerplate

πŸ“‹ Vanilla JS Boilerplate

Primary LanguageJavaScript

πŸ“‹ Vanilla JS Boilerplate

Kick start your vanilla js projects by using this boilerplate

πŸ‘¨β€πŸ’»Tech Stack

  1. HTML
  2. CSS
  3. Vanilla JS
  4. Webpack

βš™ Installation

  1. Fork this repository to your GitHub account
  2. Clone your fork to your development machine
  3. Install the package dependencies by running npm install (or yarn if you prefer)
  4. Start the application server by running npm run dev-server
  5. Open your browser to http://localhost:8080
  6. For production build run npm run build