express-react-app
express-react-app copied to clipboard
Barebones Express React Project
Typescript, Express and React
This repository holds a barebones Typescript + Express + React app.
Backend commands
Run these commands from the root folder.
yarn run startStarts the backend development server.yarn run buildBuilds the backend app to thebuilddirectory.
Frontend commands
Run these commands from the frontend folder.
yarn run startStarts the frontend development server.yarn run buildBuilds the frontend app to thebuild/frontenddirectory.