Skip to content

jmlweb/typescript-react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

re-starter

Just a simple starter for a Client - Server project with TS based on Express and React

Requisites

This project uses yarn workspaces

Workspaces

  • Client: CRA based project with airbnb's eslint config applied
  • Server: Express
  • Common: Shared constants and types between client and server

Installation and configuration

From the main directory of the project, execute yarn install.

Fill .env files inside "packages/client" and "packages/server".

Scripts

From the main directory, execute yarn start or yarn build.

  • start: Watches for changes on all the project, and starts the server and the client.

  • build: Builds all the projects for production.

About

Typescript and React basic demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published