Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhimishra01/react-toolkit-cra
A react toolkit with extra dependencies added on top of create-react-app boiler plate in order to make your development life easier. This will help you kickstart implementing actual logic of your project rather than focusing on configuring initial and redundant dependencies every time you start a new project
https://github.com/abhimishra01/react-toolkit-cra
ant-design cicd create-react-app github-actions husky open-source-project reactjs storybook styled-components yarn
Last synced: 17 days ago
JSON representation
A react toolkit with extra dependencies added on top of create-react-app boiler plate in order to make your development life easier. This will help you kickstart implementing actual logic of your project rather than focusing on configuring initial and redundant dependencies every time you start a new project
- Host: GitHub
- URL: https://github.com/abhimishra01/react-toolkit-cra
- Owner: abhimishra01
- Created: 2022-08-17T01:49:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T17:06:26.000Z (over 2 years ago)
- Last Synced: 2024-04-14T03:05:11.173Z (8 months ago)
- Topics: ant-design, cicd, create-react-app, github-actions, husky, open-source-project, reactjs, storybook, styled-components, yarn
- Language: JavaScript
- Homepage:
- Size: 738 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
#### React Toolkit
- My personal react-toolkit / boiler plate code
- Built on top of create-react-app boilerplate### Problem statement
- I had to re configure the create-react-app boilerplate, by adding additional configurations, dependencies, etc required for project development.
- Hence, I came up with the need to configure a template of my own through which I can easily start working with the development instead of configuring the application from scratch.
- I would love to see others fork, clone, use this toolkit as in their projects.
- Let me know what you think about this react-toolkit.