Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.