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

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

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

![Home page](https://raw.githubusercontent.com/theanujdev/next-list-site/master/img/home.png)

## 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/)