Project to get started with React:
- webpack and webpack-dev-server
- ES6 and JSX via Babel
- hot module reloading via React Hot Loader
Uses:
git clone https://github.com/manishkumarmdb/react-es6-startercd react-es6-starternpm installnpm run
Development:
- Run dev server:
npm start- Open browser and goto
http://localhost:8080/ - Open console to see errors and warnings
- Open browser and goto
You can check out hot reloading by making changes to the JavaScript source code. You’ll see the results of those changes on the browser right away.