Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.37 KB

spark

A Webpack, React, hot loading enabled dev setup.

Usage

Install node.js and then run:

npm install
npm start
open http://localhost:3000

Now edit app/components/sampleComponent/sampleComponent.js. Your changes will appear without reloading the browser like in this video.

Linting

This project includes React-friendly ESLint configuration.

npm run lint

Using 0.0.0.0 as Host

You may want to change the host in server.js and webpack.config.babel.js from localhost to 0.0.0.0 to allow access from same WiFi network. This is not enabled by default because it is reported to cause problems on Windows. This may also be useful if you're using a VM.

Stack includes:

Credits

This project is heavily influenced by: