/webpack-simple-starter

BABEL + CSS + HMR

Primary LanguageJavaScript

Webpack starter kit

Simple Babel, CSS starter with HMR

Getting started

  1. Clone the repo and run
 yarn
 yarn start
  1. Head to http://localhost:9000

  2. Modify any file in ./src and see the changes.