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.gitcd nest-react-herokuheroku loginheroku create <name(optional)>git push heroku masterheroku open
cd servernpm install(first time only)npm run start:dev
cd clientnpm install(first time only)npm start