Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamnapo/cra-template
⚛️ Opinionated Create React App template with all the important stuff.
https://github.com/iamnapo/cra-template
cra-template create-react-app cypress eslint google-analytics iamnapo material-ui pwa react react-router swr template zustand
Last synced: 28 days ago
JSON representation
⚛️ Opinionated Create React App template with all the important stuff.
- Host: GitHub
- URL: https://github.com/iamnapo/cra-template
- Owner: iamnapo
- License: mit
- Created: 2021-02-01T11:34:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T11:24:00.000Z (over 3 years ago)
- Last Synced: 2024-09-27T17:40:51.284Z (about 1 month ago)
- Topics: cra-template, create-react-app, cypress, eslint, google-analytics, iamnapo, material-ui, pwa, react, react-router, swr, template, zustand
- Language: JavaScript
- Homepage: https://npm.im/@iamnapo/cra-template
- Size: 156 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @iamnapo/cra-template
> Opinionated Create React App template with all the important stuff1
1: [PWA](https://web.dev/progressive-web-apps/), [eslint](https://eslint.org/), [Material UI](https://material-ui.com/), [react-router](https://reactrouter.com/), [cypress](https://www.cypress.io/), [Google Analytics](https://analytics.google.com/), [Sentry](https://sentry.io/welcome/), [swr](https://swr.vercel.app/), [zustand](https://zustand.surge.sh/), [craco](https://github.com/gsoft-inc/craco), [sass](https://sass-lang.com/) and other bits and bobs.
[![npm](https://img.shields.io/npm/v/@iamnapo/cra-template.svg?style=for-the-badge&logo=npm&label=)](https://www.npmjs.com/package/@iamnapo/cra-template) [![style](https://img.shields.io/badge/code%20style-iamnapo-cyan.svg?style=for-the-badge)](https://iamnapo.me)
## Usage
```sh
$ npx create-react-app my-app --template @iamnapo
```> Note: Be sure to edit `.env` & `.github/workflows/ci.yml` accordingly, before starting developing!