This repository holds a barebones Typescript + Express + React app.
Run these commands from the root folder.
yarn run startStarts the backend development server.yarn run buildBuilds the backend app to thebuilddirectory.
Run these commands from the frontend folder.
yarn run startStarts the frontend development server.yarn run buildBuilds the frontend app to thebuild/frontenddirectory.