ts-node-react-template A simple and minimalist TypeScript boilerplate with a starting /server and /web apps. Getting Started npm install on the root directory; Then npm install on the ./server and ./web directories; Finally to run them both: npm run local on the root directory. Prerequisites Node.js (>= 18.0.0) NPM (>= 7.0.0)