Skip to content

jeremypchen/nextjs-typescript-monorepo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

# Install dependencies
yarn

# Run a Next.js server at localhost:3000
yarn --cwd packages/web build
yarn start-web

# Run an Express API at localhost:8000 (in another terminal if you ran "yarn start-web")
yarn --cwd packages/server build
yarn start-server

About

Next.js, Typescript Monorepo Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published