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

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

Awesome Lists containing this project

README

          

# CRA + Tailwind + Redux + Router Template
![image](https://user-images.githubusercontent.com/55491354/142195977-cfeb6523-0bbd-46d4-8ac9-19c9bca67ea6.png)

# 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`