ffa9c5a9a6d06c6d08de8ef3d994e25e55c9f424
Custom server with TypeScript + Nodemon example
The example shows how you can use TypeScript on both the server and the client while using Nodemon to live reload the server code without affecting the Next.js universal code.
Server entry point is server.ts in development and dist/server.js in production.
The dist directory should be added to .gitignore.
Deploy your own
Deploy the example using Vercel or preview live with StackBlitz
How to use
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example custom-server custom-server-app
yarn create next-app --example custom-server custom-server-app
pnpm create next-app --example custom-server custom-server-app
Description
Languages
TypeScript
98.2%
CSS
1%
JavaScript
0.6%
Dockerfile
0.2%