React training repository.
Just execute yarn install
in project root folder.
In order to build express server execute yarn run srv:build
.
In order to build React application in DEV
mode execute yarn run app:build:dev
.
In order to build React application in PROD
mode execute yarn run app:build:prod
.
In order to run express server execute yarn run srv:start
.
In order to run React application in DEV
mode execute yarn run app:start:dev
.