Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/retyui/fbt-getting-started


https://github.com/retyui/fbt-getting-started

fbt

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Create-react-app FBT Demo

[https://facebookincubator.github.io/fbt/](https://facebookincubator.github.io/fbt/)

## Building and starting the demo app

```sh
# Run a local web server with hot reloading
yarn start

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

# Unit tests
yarn test
```