Skip to content

davappler/hackathon-hackslash-2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CYF & Capgemini Hackathon 2020

Team Hack Slash

Prerequisites

  • Node.js (12+)
  • Terminal access
  • Web browser

To run app locally:

  1. Fork and clone the project.
  2. Run npm run install:all in the project root folder. If you wish to install and run only backend or frontend part of the app, then cd into that folder and run npm install. For example: cd backend && npm install.
  3. 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 execute npm run dev:backend in one and npm run dev:frontend in another.
  4. By default backend server is running on port 3001 and frontend on port 3000. So they are accessible at http://localhost:3001 and http://localhost:3000.

About

Capgemini hackathon 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.6%
  • HTML 11.4%
  • SCSS 11.0%