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
- Host: GitHub
- URL: https://github.com/rnegron/react-project-template
- Owner: rnegron
- License: mit
- Created: 2020-04-12T00:24:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T16:25:57.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T04:50:04.335Z (about 2 months ago)
- Topics: create-react-app, miragejs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Raúl's React project template
[](https://www.npmjs.com/package/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/`.