Built using Webpack boilerplate with:
- hot reloading React components;
- error handling inside component
render()
function; - error handling for syntax errors
npm i
npm run dev
open http://localhost:8080
Then go ahead and edit files inside src
(any file except index.js
).
MIT