https://github.com/theanujdev/next-list-site
Simple site made with Next.js
https://github.com/theanujdev/next-list-site
nextjs react reactjs webdev
Last synced: 3 months ago
JSON representation
Simple site made with Next.js
- Host: GitHub
- URL: https://github.com/theanujdev/next-list-site
- Owner: theanujdev
- License: mit
- Created: 2021-02-13T16:29:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T12:28:06.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T06:58:18.124Z (4 months ago)
- Topics: nextjs, react, reactjs, webdev
- Language: JavaScript
- Homepage:
- Size: 190 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NextJS List
## Overview
Simple site made with Next.js.
## Tech Stack
NextJS
## Run Locally
- Clone the project
```bash
git clone https://github.com/theanujdev/next-list-site.git
```- Go to the project directory
```bash
cd next-list-site
```- Install dependencies
```bash
npm install
```- Start the server
```bash
npm run dev
```## Screenshots

## Feedback
If you have any feedback, please reach out at [@theanujdev](https://twitter.com/theanujdev)
## Authors
- [@theanujdev](https://www.github.com/theanujdev)
## License
[MIT](https://choosealicense.com/licenses/mit/)