Skip to content

Quickly scaffold a full-stack Typescript Node application with a React UI, an Express API, and Mongo Database

Notifications You must be signed in to change notification settings

davidkavanaugh/ts-node-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. install NodeJs
  2. install git
  3. clone the repository
  4. npm run setup
  5. cd api
  6. echo | cat .env.example > .env
  7. Add secrets to .env based on api/.env.example
  8. cd ../
  9. npm run dev

About

Quickly scaffold a full-stack Typescript Node application with a React UI, an Express API, and Mongo Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published