Web version of https://oopsreview.com
-
- create .env
copy
.env.exampleto.envand configure according to your system. - run server
yarn start - webpack watch
yarn webpack:watch
- create .env
copy
-
- build
yarn build:prod - run server
dist/server/index.js
- build
