Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buihdk/react-app-starter
Kick-start a react app from scratch without using create-react-app boilerplate
https://github.com/buihdk/react-app-starter
reactjs template-repository
Last synced: 23 days ago
JSON representation
Kick-start a react app from scratch without using create-react-app boilerplate
- Host: GitHub
- URL: https://github.com/buihdk/react-app-starter
- Owner: buihdk
- Created: 2019-12-29T07:37:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T06:29:02.000Z (over 1 year ago)
- Last Synced: 2024-05-16T23:55:14.878Z (7 months ago)
- Topics: reactjs, template-repository
- Language: JavaScript
- Homepage: https://www.buihdk.com/react-app-starter/
- Size: 481 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React App Starter
This project template was set up from scratch without using [create-react-app](https://github.com/facebook/create-react-app) boilerplate code. This project includes the below vendor packages.Author: **Khoa Bui**
## Added packages
- [x] React and ReactDOM
- [x] React Router
- [x] Redux, Redux Thunk, and Redux duck pattern
- [x] Jest, Enzyme, and other test libraries
- [x] Babel, Babel plugins, and Babel CLI
- [x] Webpack, Webpack Dev Server, and Webpack CLI
- [x] Internationalization with i18n
- [x] Eslint and Prettier
- [x] Loader modules
- [x] PropTypes
- [x] Axios and mock fetch