This project using NEXT JS and Tailwind wrap on Pensilpatah Next Boilerplate. If you interest with Boilerplate and want to contribute please fork or star https://github.com/anungbisa4/pensilpatah-next-boilerplate.git. Its very help me.
https://shipper-test-zeta.vercel.app/driver-management
- Clone the repo
git clone https://github.com/anungbisa4/shipper-test.git
- Install NPM packages
yarn add
- Secret information like endpoint or secret key please save in
.env.development
for development mode and.env.production
for production
For install package please use yarn
. Don't use npm
, because make a conflict in there.
For Example install package
yarn add lodash
yarn dev
Open http://localhost:3005 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
First step is install all packages
yarn install
yarn build
and then running aplication with
yarn start
Port running in 3005
in the server please using node v14
.
atleast using systemd
or supervisorctl
and using NGINX
This is a Next.js project bootstrapped with create-next-app
.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!