This repository holds a barebones Typescript + Express + React app.
Run these commands from the root folder.
yarn
installs all dependencies for serveryarn run start
Starts the backend development server.yarn run build
Builds the backend app to thebuild
directory.
Run these commands from the frontend
folder.
yarn
installs all dependencies for frontendyarn run start
Starts the frontend development server.yarn run build
Builds the frontend app to thebuild/frontend
directory.