Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstgroup/cra-template-eventrix
The official Eventrix+JS template for Create React App.
https://github.com/rstgroup/cra-template-eventrix
Last synced: 27 days ago
JSON representation
The official Eventrix+JS template for Create React App.
- Host: GitHub
- URL: https://github.com/rstgroup/cra-template-eventrix
- Owner: rstgroup
- License: mit
- Created: 2022-08-22T16:27:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T16:27:15.000Z (about 2 years ago)
- Last Synced: 2024-11-19T12:38:33.226Z (about 1 month ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cra-template-eventrix
[![npm version](https://img.shields.io/npm/v/cra-template-eventrix.svg?style=flat-square)](https://www.npmjs.com/package/cra-template-eventrix)The official Eventrix+JS template for [Create React App](https://github.com/facebook/create-react-app)
## Usage
To use this template within your project, add `--template eventrix` when creating a new app.
For example:
```sh
npx create-react-app my-app --template eventrix# or
yarn create react-app my-app --template eventrix
```## TypeScript
Use [cra-template-typescript-eventrix](https://github.com/rstgroup/cra-template-typescript-eventrix), which is based on this template
```sh
npx create-react-app my-app --template typescript-eventrix
```Cloning this repo pulls down the Eventrix template only; not a bundled and configured Create React App.
For more information, please refer to:
- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.