Skip to content

Kevin-D23/bruin-connect

Repository files navigation

Getting Started

First, run the client server:

# run in root directory
npm run dev

Open http://localhost:3000 with your browser to see the result.

Second, run the backend server:

cd src/server
npm start