giioohbernini / simple-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Boilerplate

A simple webpack boilerplate with stylus loader and hot reload

How to use:

  • Install dependencies: npm i or yarn;
  • Run npm start or yarn start to develop on http://localhost:8080
  • Run npm run build or yarn run build for production build (files will be generated on dist directory)

About


Languages

Language:JavaScript 93.2%Language:HTML 5.2%Language:CSS 1.6%