An open API service indexing awesome lists of open source software.

https://github.com/aadrianleo/personal-agency-website-with-next.js

This is a personal demo agency website build with Next.js
https://github.com/aadrianleo/personal-agency-website-with-next.js

css javascript nextjs

Last synced: about 1 month ago
JSON representation

This is a personal demo agency website build with Next.js

Awesome Lists containing this project

README

          

# Personal-Agency-Website-with-next.js

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

![agency](https://user-images.githubusercontent.com/81036521/154055560-a9738551-31af-4b31-bfce-87a0bf8e92a1.JPG)

## Getting Started

First, run the node_module installation:

```bash
npm i
# or
npm install
```

Then, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.