brew install yarn
- in macOSXnpm install -g yarn
- in Linuxcd moviebox && yarn
yarn start::server
- builds & runs the server onlocalhost:8080/api/
yarn watch::server
- runs server in dev mode, any changes will restart the serveryarn build::client
- builds client in distyarn watch::client
- runs webpack build in watch mode, any changes will rebuild the clientyarn start:dev
- starts the server with compiled client and the client is available atlocalhost:8080/
For more clarity please check out the package.json scripts section