A very lean React boilerplate, using webpack.
Run the following commands:
npm install
npm run dev
Navigate your browser to localhost:8181
to see the results. The files are watched, so all changes are automatically built.
Run the following commands:
npm install
npm run webpack
The bundled file is created in public/js/bundle.js
public/
js/
bundle.js
index.html
src/
components/
Item.js
List.js
Root.js
styles/
styles.scss
index.js
package.json
webpack.config.js