/eVoter

Primary LanguageTypeScript

Group 3:

Blockchain Setup

Install nvm

Server

nvm install 8.9.0
nvm use 8.9.0
cd backend/
npm install     ** can be ran once on initial clone (unless dependencies have been updated)
npm start

Client

nvm install 12.21.0
nvm use 12.21.0
cd frontend/
npm install     ** can be ran once on initial clone (unless dependencies have been updated)
ng serve