Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingfang/nextjs-starter
NextJS Starter Application With Express Server
https://github.com/mingfang/nextjs-starter
Last synced: about 1 month ago
JSON representation
NextJS Starter Application With Express Server
- Host: GitHub
- URL: https://github.com/mingfang/nextjs-starter
- Owner: mingfang
- Created: 2021-07-09T14:15:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T16:13:37.000Z (over 3 years ago)
- Last Synced: 2024-11-06T15:18:19.750Z (3 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS Starter
Originally created using
```shell
npx create-next-app nextjs-starter --use-npm --example "https://github.com/vercel/next.js/tree/canary/examples/custom-server-express"
```Inside that directory, you can run several commands:
```shell
npm run dev
```
Starts the development server.```shell
npm run build
```
Builds the app for production.```shell
npm start
```
Runs the built app in production mode.We suggest that you begin by typing:
```shell
cd nextjs-starter
npm run dev
```