Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bruegmann/cra-template-blue
Template with Blue and TypeScript preinstalled for create-react-app
https://github.com/bruegmann/cra-template-blue
blue create-react-app react template typescript
Last synced: 10 days ago
JSON representation
Template with Blue and TypeScript preinstalled for create-react-app
- Host: GitHub
- URL: https://github.com/bruegmann/cra-template-blue
- Owner: bruegmann
- Created: 2020-07-07T13:15:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T10:51:32.000Z (about 1 year ago)
- Last Synced: 2024-10-31T18:36:28.359Z (20 days ago)
- Topics: blue, create-react-app, react, template, typescript
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-template-blue
Create React App template for [Blue React v9](https://bruegmann.github.io/blue-react/v9/) with TypeScript.
[![npm version](https://img.shields.io/npm/v/cra-template-blue)](https://www.npmjs.com/package/cra-template-blue)
```
npx create-react-app@latest my-app --template blue@9
```## Debug template
Test template locally:
```
npx create-react-app@latest my-app --template file:C:\projects\cra-template-blue
```