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
- Host: GitHub
- URL: https://github.com/s-babaeizadeh/next-mini-app
- Owner: s-babaeizadeh
- License: mit
- Created: 2021-05-11T05:15:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T15:05:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T04:27:56.306Z (over 1 year ago)
- Topics: css, data, nextjs, reactjs
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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