Skip to content

nathan-folsom/nest-react-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nest-react-heroku boilerplate

Full stack TypeScript web application, deploys to Heroku out of the box. Use it to serve a static react website, or add a database and API. Up to you!

Is a TypeScript Node framework based on Express. Well documented and uses the latest syntax.

Well... you probably know what React is already. This project uses TypeScript for React.

Quick start:

  1. git clone https://github.com/nathan-folsom/nest-react-heroku.git
  2. cd nest-react-heroku
  3. heroku login
  4. heroku create <name(optional)>
  5. git push heroku master
  6. heroku open

Development:

Backend

  1. cd server
  2. npm install (first time only)
  3. npm run start:dev

Frontend

  1. cd client
  2. npm install (first time only)
  3. npm start

About

Nestjs, Reactjs boilerplate to deploy to Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published