yarn install && yarn
- run yarn start to create development build with hot reloader on http://localhost:8080/
- run yarn build to creat production build in dist folder
- run yarn cm
- run yarn lint:check to check the results in console
- run yarn lint:fix to fix eslint's warning/errors
- cd MoviesAPI.ReactJS
- run npm i
- run npm start