Skip to content

decodehq/mc2-websocket-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MC2 Websocket workshop

To run your projects, follow these steps

Backend: To install dependencies

cd backend
npm install (if using npm)
yarn (if using yarn)

To start:

npm run dev (if using npm)
yarn dev (if using yarn)

Frontend: To setup project

cd frontend
npm install (if using npm)
yarn (if using yarn)

To start:

npm run start (if using npm)
yarn start (if using yarn)

Releases

No releases published

Packages

No packages published