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.
git clone https://github.com/nathan-folsom/nest-react-heroku.git
cd nest-react-heroku
heroku login
heroku create <name(optional)>
git push heroku master
heroku open
cd server
npm install
(first time only)npm run start:dev
cd client
npm install
(first time only)npm start