Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 591 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 591 Bytes

Typescript, Express and React

This repository holds a barebones Typescript + Express + React app.

Backend commands

Run these commands from the root folder.

  • yarn installs all dependencies for server
  • yarn run start Starts the backend development server.
  • yarn run build Builds the backend app to the build directory.

Frontend commands

Run these commands from the frontend folder.

  • yarn installs all dependencies for frontend
  • yarn run start Starts the frontend development server.
  • yarn run build Builds the frontend app to the build/frontend directory.