Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pedromonad/react-webpack-material-tailwind-boilerplate

This is the basic structure of a simple react web app with unit tests, visual tests, and component tests.
https://github.com/pedromonad/react-webpack-material-tailwind-boilerplate

boilerplate material-tailwind material-ui react tailwind tests webpack

Last synced: 7 days ago
JSON representation

This is the basic structure of a simple react web app with unit tests, visual tests, and component tests.

Awesome Lists containing this project

README

        

# React + Webpack + Material Tailwind + boilerplate

This is the basic structure of a simple web app with unit tests, visual tests, and component tests.

It was created from scratch using the following technologies:
- React
- Webpack
- Material-tailwind
- Cypress
- Testing library
- Jest
- Storybook

## How to start
```
yarn
yarn start
```

## How to test
```
yarn test
yarn cy:open
```

## How to start storybook
```
yarn storybook
```

## Setup your github auth
Add your `GITHUB_AUTH_TOKEN` in `.env`