Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pedromonad/react-webpack-material-tailwind-boilerplate
- Owner: pedromonad
- Created: 2024-10-23T20:42:48.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:39:55.000Z (15 days ago)
- Last Synced: 2024-10-25T17:50:54.984Z (14 days ago)
- Topics: boilerplate, material-tailwind, material-ui, react, tailwind, tests, webpack
- Language: TypeScript
- Homepage:
- Size: 500 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`