This is a Next.js project bootstrapped
with create-next-app
.
- A website to manage orders, bills of lading, accounts and other feature.
- Project deploy on:
https://magic-post.vercel.app/
- This project use RestApi, see
at:
https://github.com/nguyenhung10012003/MagicPost-API
First, clone this repo:
git clone https://github.com/nguyenhung10012003/magic_post.git
Open terminal and run command:
npm install
# or
yarn install
#or
pnpm install
#or
bun install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.