Corp is a simple application done with NextJS and TailWind.css. Simple navigation with a navbar is provided to visit different pages.
First, clone the repo to your local machine:
git clone https://github.com/mohamedzeina/corp-nextjs.git
Then move into the project's directory:
cd corp-nextjs
Then, install dependencies by running the following command:
npm install
Then, 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
Visit the ready deployed app on Vercel: https://corp-nextjs-kohl.vercel.app