Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retyui/fbt-getting-started
https://github.com/retyui/fbt-getting-started
fbt
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/retyui/fbt-getting-started
- Owner: retyui
- Created: 2019-05-16T22:30:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T15:45:46.000Z (10 months ago)
- Last Synced: 2024-03-17T23:22:37.435Z (10 months ago)
- Topics: fbt
- Language: JavaScript
- Homepage: https://github.com/facebookincubator/fbt/issues/48
- Size: 616 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```