Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```