/nextjs-users-app

https://nextjs-users-app.vercel.app/

Primary LanguageTypeScript

Nextjs Users App

Screenshot 2022-11-23 at 17-51-56 Users App

Getting Started

1. Clone this project:

git clone git@github.com:Abdelmuttalib/nextjs-users-app.git

2. cd into the project directory:

cd nextjs-users-app

3. Install dependencies

yarn install
or
npm install

4. Run the development server

You can start the server using this command:

yarn dev
or
npm run dev

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