Skip to content

retyui/fbt-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create-react-app FBT Demo

https://facebookincubator.github.io/fbt/

Building and starting the demo app

# Run a local web server with hot reloading
yarn start

# Generate static files in `./output/`.
yarn build

# Unit tests
yarn test