Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gat786/cra-template-redux-tailwind
https://github.com/gat786/cra-template-redux-tailwind
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gat786/cra-template-redux-tailwind
- Owner: gat786
- License: mit
- Created: 2021-06-17T11:54:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T09:52:35.000Z (over 3 years ago)
- Last Synced: 2024-12-24T08:58:41.484Z (10 days ago)
- Language: TypeScript
- Size: 823 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This template includes react-router, @reduxjs/toolkit and tailwindcss
This template includes starter redux setup with a demoreducer created as well as a services.common file
which includes common http methods inside with strongly typed parameters.This service uses Axios for fetching the data. You can define api_base in config.ts file at the base of
the project.