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

https://github.com/s-babaeizadeh/next-mini-app

nextjs mini application
https://github.com/s-babaeizadeh/next-mini-app

css data nextjs reactjs

Last synced: 3 months ago
JSON representation

nextjs mini application

Awesome Lists containing this project

README

          

# Next.js Crash Course Project

Project from my Next.js crash course on YouTube

### Run the development server:

```bash
npm run dev
```

### Build for production AND generate static website into "out" folder:

```bash
npm run build
```

### Run in production:

```bash
npm start
```

### API Routes:

GET /api/articles
GET /api/articles/:id