Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

⚛️ Opinionated Create React App template with all the important stuff.

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!