Skip to content

Latest commit

 

History

History
executable file
·
82 lines (54 loc) · 1.98 KB

README.md

File metadata and controls

executable file
·
82 lines (54 loc) · 1.98 KB

Vercel

Shipper Test

Getting Started

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.

Results

Demo

https://shipper-test-zeta.vercel.app/driver-management

myimage-alt-tag myimage-alt-tag

Installation

  1. Clone the repo
    git clone https://github.com/anungbisa4/shipper-test.git
  2. Install NPM packages
    yarn add
  3. 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

Running in development mode

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.

Deployment

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

Learn More

This is a Next.js project bootstrapped with create-next-app.

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!