Skip to content

memopussle/fourease_dashboard

Repository files navigation

How to run the project locally

Run front-end folder

# start localhost:3000 
npm start 

Run back-end folder

  1. Run the app without using docker
# Run server.ts
npm run dev
  1. Run the app using docker
# Include --build to rebuild the container
docker compose up --build 

# Run this command below if you're sure that your container is up to date
docker compose up
  1. Server runs on localhost:8080 without Docker, or server runs on localhost:8090 with Docker

How Docker works

Desired Design (Generated by Midjourney)

dashboard-looks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published