Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 589 Bytes

Dev_Server.md

File metadata and controls

23 lines (14 loc) · 589 Bytes

Development Server

This boilerplate comes equipt with a development server powered by webpack-dev-server. The dev server supports Hot Module Replacement for live reloading 🎉

hot module replacement

Although it is technically possible, I do not under any circumstance recommend running the dev server in a production environment.

Running

using yarn

$ yarn start

using npm

$ npm start

Once it starts, your app will be accessible at http://127.0.0.1:4000