cra-template-fireship
Version:
Build and ship 🔥 your app ⚡ faster
49 lines (29 loc) • 1.1 kB
Markdown
# Fireship CRA
[](https://reactjs.com)
[](https://img.shields.io/github/issues/klutchdev/fireship-js)
## Usage
### Install
```bash
# With npx
npx create-react-app <your-app-name> --template fireship
```
### commands
```bash
# Start the dev server
npm start
# Build for production
npm run build
# Analyze production build bundle size
npm run analyze
```
### Useful resources on Fireship:
#### Tags:
[React](https://fireship.io/tags/react/) |
[Firebase](https://fireship.io/tags/firebase/)
#### Video content:
[React Hooks](https://www.youtube.com/watch?v=TNhaISOUy6Q) |
[Running tests](https://www.youtube.com/watch?v=Jv2uxzhPFl4)
### React/NextJS course:
[fireship.io/courses/react-next-firebase](https://fireship.io/courses/react-next-firebase/)
### Slack channel
[fireship.page.link/slack](https://fireship.page.link/slack)