- install dependencies
npm run init
- run dev locally
npm start
- build prod
npm run build
- run prod locally
npm run prod
(build first required)
- css hot reload / react hot reload works only for
client
package, changes incommon
or other packages that built into DLL will be applied on page manual refresh