Skip to content

BrainStation-23/BS-Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Monorepo strategy TypeScript based Full-Stack setup for BS commerce, All projects bootstrapped with Lerna js.

Techstack included:

Getting Started

First, make sure you install Yarn:

Install all the dependencies and projects packages

yarn bootstrap

Run all the projects [backend server and frontend server]

yarn dev

Build all the projects [backend server and frontend server]

yarn build

Open http://localhost:3000 with your browser to see api live.

Open http://localhost:3001 with your browser to see SuperAdmin web panel.

Open http://localhost:3002 with your browser to see StoreFront.

Open http://localhost:3003 with your browser to see StoreAdmin.

Learn More

To learn more about Next.js, take a look at the following resources: