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
- Host: GitHub
- URL: https://github.com/aadrianleo/personal-agency-website-with-next.js
- Owner: AadrianLeo
- Created: 2022-02-15T11:33:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T08:43:51.000Z (over 2 years ago)
- Last Synced: 2025-04-07T04:47:47.115Z (6 months ago)
- Topics: css, javascript, nextjs
- Language: JavaScript
- Homepage: https://agency-practice-demo.netlify.app/
- Size: 4.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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).

## 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.