Nebula-CSS & React + ES6 + Webpack Starter Project
- Starting point for a ReactJS project that consumes Nebula-css
- Minimal & easy to extend / customise to your own needs.
- Uses babel-env preset and Autoprefixer to ensure targeted browsers are supported.
the default for this project is
These can be re-configured in your
"last 2 versions", "ie 9-11".babelrcandwebpack-config.babelfiles.
Get Started
- fork / clone this repository
npm installORyarnnpm startORyarn startto start the Webpack Development Servernpm run buildORyarn buildfor production build
Note This is a very minimal starter pack, you are encouraged to add in your own preferred unit testing framework, linting etc. If you are importing images or SVGs, custom fonts you will require the appropriate Webpack-loaders.