Skip to content

ziqih/cs510-course-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS510-course-project

Description

This is a question-asking platform that allows students to ask and answer questions.

Environment

  • npm 6.14.8

Usage

# in terminal 1, run server
cd server/
npm i 
npm start
# in terminal 2, run client
cd client/
npm i
npm start
# if node version issue pops up, fix by:
nvm install v14.3.0

PS: if "npm i" failed, try remove node_modules to start a fresh install.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published