msidqi / nextclient

Home Page:https://nextclient-six.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

1 - Create a .env file at root of the project and add following values to it API_TOKEN= NEXT_PUBLIC_API_URL_BASE=http://localhost:3000

2 - Add your API_TOKEN to the .env file

3 - Start project

npm run build build && npm run start
# or
yarn build && yarn start
# or
pnpm build && pnpm start

4- Open http://localhost:3000 with your browser to see the result.

About

https://nextclient-six.vercel.app


Languages

Language:TypeScript 94.6%Language:JavaScript 3.2%Language:CSS 2.3%