dudeka-team / potracheno

Потрачено
https://wastd.ru
11 stars 4 forks source link

Fix development server #33

Closed andrew--r closed 6 years ago

andrew--r commented 6 years ago

Currently development server uses build folder as a content base. It means that project won't work in development mode until you do npm run build. Content base should be set to something like ./static.

Also refactor webpack config and add hot reloading with react-hot-loader.

andrew--r commented 6 years ago

done in #36