A basic es6 project, which includes:
- webpack
- babel
- express
- jquery
- react
All the changes to js/jsx files can be hot-reloaded in browser.
npm install
npm start
Then visit http://localhost:3000, you will see Hello world
on the page.
If you modify public/hello.jsx
to change the text, you will see the changes are applied to page instantly.