Github user search engine
- Nodejs (v8) https://nodejs.org/en/
- Google Chrome https://www.google.com/chrome/
- Git bash
- VSCode
- Open a terminal and execute
npm installandnpm run startcommands on the client folder - Open another terminal and execute
npm installandnpm run devcommand on the server folder
First of all, check the tests to make sure nothing broke
- Execute
npm run testcommand on the client folder to check the unit tests - Execute
npm run e2ecommand on the client folder to check the end to end tests Now build the deployment package - Execute
npm run buildcommand on the client folder - Execute
npm run buildcommand on the server folder
Your app is now ready to be deployed to a production environment
Finally push the deployment code to the remote server environment
git subtree push --prefix server heroku master
- IE 11
- Mozilla Firefox
- Google Chrome
- Microsoft Edge