This boilerplate comes equipt with a development server powered by webpack-dev-server
. The dev server supports Hot Module Replacement for live reloading 🎉
Although it is technically possible, I do not under any circumstance recommend running the dev server in a production environment.
using yarn
$ yarn start
using npm
$ npm start
Once it starts, your app will be accessible at http://127.0.0.1:4000