Uses: Webpack, React, ES6, Sass, PostCSS, Webpack Dev Server
Clone the repo:
git clone https://github.com/yaksandpie/react-boiler-pie-plate
Get the necessary packages! (the generated files will be in dist/
)
npm run build
Start the webpack-dev-server.
npm start
Go to http://localhost:5000/
and Behold!
- Develoment happens in the
src
directory. - Main entry point is
js/index.js
. - Site styles start out in
styles/main.scss
. - Images are located in
src/img
.
Package for production:
npm run package
Remove the dist
folder:
npm run clean
Remove the dist
folder and node_modules
:
npm run destroy