Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.43 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.43 KB

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: