Skip to content

Template for a Next + Express app with TypeScript

License

Notifications You must be signed in to change notification settings

davidmc971/template-ts-next-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-ts-next-express

Super simple TypeScript monorepo with a frontend app using Next and a backend app using Express.

Root of the repo contains the dev script and placeholders for potentially useful scripts:

  • dev: This runs the dev scripts in ./frontend and ./backend with fancy formatting and in parallel.
  • test: Placeholder for a script to run tests across your packages.
  • build: Placeholder for a script build your packages.
  • start: Placeholder for a script start your built packages.

Once you created your repository from this template make sure to install dependencies with your favorite package manager and you're ready to go! 🚀

About

Template for a Next + Express app with TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published