React Starter Tech Stack Language of choice Typescript Frontend React (with MaterialUI) Axios Easy-peasy Backend Express Typeorm Setup the project 1. Install NPM packages npm install 2. Initialize database npm run typeorm migration:run 3. You are good to go How to start 1. Start the server npm run serve-server 2. Start the app npm run serve-app 3. Enjoy :)