Skip to content

thled/ts_react_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Demo Project with Typescript

Based on the Pluralsight course: Building Applications with React and Flux

Getting started

  1. Install dependencies

    docker compose run --rm app yarn install
  2. Run app

    docker compose up
  3. Exec container

    docker compose exec app sh
  4. Run API fake

    docker compose exec app yarn start:api
  5. Visit app: localhost:3000

About

Study React with Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published