Skip to content

A project to demonstrate code practice of React, Unstated, and TypeScript.

Notifications You must be signed in to change notification settings

davidcai/tada-unstated-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Demo code of using React, Unstated, and TypeScript.

Install

yarn

Run

Run in dev mode with auto reload:

yarn dev

Run in production mode:

yarn start

Open browser at http://localhost:8080.

Test

yarn test

Coverage reports can be found at <project-root>/report/coverage.

Lint

yarn lint

Bundle analysis

yarn build --analyze

The generated analysis report can be found at <project-root>report/bundle-analysis.html

About

A project to demonstrate code practice of React, Unstated, and TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published