Skip to content

TajibSmajlovic/cs308-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run the project

1. npm install

Installs client dependencies.

2. npm run install:server

Installs server dependencies.

3. npm run server

Server will start on localhost:8000.

4. npm start

Open http://localhost:3000 to view it in the browser.

Steps 1 and 2 need to be performed only when starting project for the first time.