Skip to content

A template application for building TypeScript Next.js applications served by an Express.js server.

Notifications You must be signed in to change notification settings

sambencivengo/express-next-template

Repository files navigation

This is a template project for building fullstack Express.js/Next.js applications.

Getting Started

First, install the project's dependencies:

npm install
# or
yarn

Second, copy the .env.sample file at the root of the project and add your own environment variables. Be sure to exclude your .env file from git:

cp .env.sample .env

Third, run the development server and you should be good to go!:

npm run dev
# or
yarn dev

About

A template application for building TypeScript Next.js applications served by an Express.js server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published