npm install
npm start (This will start both frontend and backend servers for you)
npm run build
npm run docker:prod
kubectl create -f deployment.yml
- https://hub.docker.com/r/vipgit/react-ssr-nginx/
docker run -d -v /root/.ssh/ -v /opt/node-advanced-app vipgit/react-ssr-nginx:latest
npm run test (Runs Backend Unit Tests)
npm run test:frontend (Runs Frontend Unit Tests)
npm run test:e2e (Runs Frontend End to End Tests)