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

https://github.com/rnegron/react-project-template

A Create React App template using my favorite packages
https://github.com/rnegron/react-project-template

create-react-app miragejs react tailwindcss typescript

Last synced: about 2 months ago
JSON representation

A Create React App template using my favorite packages

Awesome Lists containing this project

README

        

## Raúl's React project template

[![npm](https://img.shields.io/npm/v/cra-template-rauln.svg)](https://www.npmjs.com/package/cra-template-rauln)
![npm downloads](https://img.shields.io/npm/dt/cra-template-rauln)

Using Create React App. Currently a WIP.

## Use this template

```
npx create-react-app my-app --template rauln
```

## Features

- [Typescript](https://www.typescriptlang.org/)
- [MirageJS](https://miragejs.com/)
- [Tailwind](https://tailwindcss.com/)
- [RustyWind](https://github.com/avencera/rustywind)
- [Cypress](https://www.cypress.io/)
- [Prettier](https://prettier.io/)
- [ESLint](https://eslint.org/)
- [axios](https://axios-http.com/)

## How to deploy with Netlify

In the Netlify build settings, set the build command to `yarn build` and the public directory to `build/`.