Skip to content

khactam/BloodMetadataFrontend

Repository files navigation

Code assignment

Code assignment There are 2 folders in the project, one is frontend, one is backend. You need to serve them both before the app can work correctly.

Build Setup for backend

# Navigate to backend
cd backend

# install dependencies
npm install

# serve with debug log at localhost:3030
node index.js

Build Setup for frontend

# Navigate to frontend
cd frontend

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

You will be able to use the project under http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published