Skip to content

yaksandpie/react-boiler-pie-plate

Repository files navigation

React Boiler-Pie-Plate

Uses: Webpack, React, ES6, Sass, PostCSS, Webpack Dev Server

Quick Start

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!

Development Info

  • 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.

Other Helper Commands

Package for production:

npm run package

Remove the dist folder:

npm run clean

Remove the dist folder and node_modules:

npm run destroy

About

Boilerplate for React, Webpack, Sass -> PostCSS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published