Team Hack Slash
- Node.js (12+)
- Terminal access
- Web browser
- Fork and clone the project.
- Run
npm run install:allin the project root folder. If you wish to install and run only backend or frontend part of the app, thencdinto that folder and runnpm install. For example:cd backend && npm install. - Then to run app (from root folder) in dev mode:
npm run dev. If you prefer to run backend in one terminal and frontend in another, then executenpm run dev:backendin one andnpm run dev:frontendin another. - By default backend server is running on port 3001 and frontend on port 3000. So they are accessible at
http://localhost:3001andhttp://localhost:3000.