Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdullah0332/nextjs-landing-page
Website Landing Page by Next JS
https://github.com/abdullah0332/nextjs-landing-page
Last synced: 10 days ago
JSON representation
Website Landing Page by Next JS
- Host: GitHub
- URL: https://github.com/abdullah0332/nextjs-landing-page
- Owner: Abdullah0332
- Created: 2021-08-15T11:47:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T12:05:32.000Z (over 3 years ago)
- Last Synced: 2024-11-10T21:42:17.051Z (2 months ago)
- Language: JavaScript
- Homepage: https://abdullah-landing-page.netlify.app
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
Install the dependencies and run the development server
```bash
npm install
npm run dev
# or
yarn
yarn dev
```