https://github.com/argon1025/cra-tailwindcss-template
Simple Boilerplate for a project using CRA, ReactRouter, Redux, Redux Persist TailwindCSS
https://github.com/argon1025/cra-tailwindcss-template
react react-redux react-router reactjs redux-persist redux-thunk
Last synced: 2 months ago
JSON representation
Simple Boilerplate for a project using CRA, ReactRouter, Redux, Redux Persist TailwindCSS
- Host: GitHub
- URL: https://github.com/argon1025/cra-tailwindcss-template
- Owner: argon1025
- Created: 2021-11-17T11:49:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T12:27:38.000Z (over 4 years ago)
- Last Synced: 2025-10-23T00:55:07.771Z (8 months ago)
- Topics: react, react-redux, react-router, reactjs, redux-persist, redux-thunk
- Language: JavaScript
- Homepage:
- Size: 629 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRA + Tailwind + Redux + Router Template

# Tech Stack
- CRA(ReactJS)
- React-router
- React-redux, redux-thunk, redux-persist
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) template.
# Installation
### 1.Use this template
### 2.install all dependencies
```
npm install
yarn install
```
# Simple Usage
### `yarn start-dev`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) and start App
### `yarn build`
Builds the app for production to the `dist` folder.
# Available all Scripts
### `yarn start-react`
### `yarn build-react`
### `yarn test-react`
### `yarn eject`
### `yarn build-electron`