Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derrickmstrong/hotplate_react-webpack-redux
React + Webpack + Redux custom boilerplate
https://github.com/derrickmstrong/hotplate_react-webpack-redux
axios-react babel container-pattern hooks react redux webpack
Last synced: 1 day ago
JSON representation
React + Webpack + Redux custom boilerplate
- Host: GitHub
- URL: https://github.com/derrickmstrong/hotplate_react-webpack-redux
- Owner: derrickmstrong
- Created: 2021-03-10T15:27:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T00:24:05.000Z (almost 3 years ago)
- Last Synced: 2024-11-27T18:29:42.544Z (2 months ago)
- Topics: axios-react, babel, container-pattern, hooks, react, redux, webpack
- Language: JavaScript
- Homepage: https://hotplate-react-webpack-redux.netlify.app/
- Size: 2.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Custom React + Webpack + Redux boilerplate
This is a custom boilerplate that I created to quickly spin up a React + Redux project.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
This is a custom boilerplate that I created to quickly spin up a React + Redux project.
### Built With
* [React.js](https://reactjs.org/)
* [Redux](https://redux.js.org/)
* [Webpack](https://webpack.js.org/)
* [Babel](https://babeljs.io/)
* [Axios](https://axios-http.com/)
* [Bootstrap](https://getbootstrap.com)## Getting Started
### Prerequisites
To begin, be sure you have the latest version of npm.
* npm
```sh
npm install npm@latest -g
```### Installation
1. Clone the repo
```sh
git clone https://github.com/derrickmstrong/hotplate_react_webpack_redux.git
```
2. Install NPM packages
```sh
npm install
```
3. Start server
```sh
npm run dev
```
3. Start localhost
```sh
http://localhost:3000
```## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Clone the Project
3. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
4. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
5. Push to the Branch (`git push origin feature/AmazingFeature`)
6. Open a Pull Request## License
See `LICENSE.txt` for more information.
## Contact
Derrick Strong - [@dmstr0ng](https://twitter.com/dmstr0ng)
Project Link: [https://github.com/derrickmstrong/hotplate_react_webpack_redux](https://github.com/derrickmstrong/hotplate_react_webpack_redux)
[contributors-shield]: https://img.shields.io/github/contributors/derrickmstrong/hotplate_react_webpack_redux.svg?style=for-the-badge
[contributors-url]: https://github.com/derrickmstrong/hotplate_react_webpack_redux/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/derrickmstrong/hotplate_react_webpack_redux.svg?style=for-the-badge
[forks-url]: https://github.com/derrickmstrong/hotplate_react_webpack_redux/network/members
[stars-shield]: https://img.shields.io/github/stars/derrickmstrong/hotplate_react_webpack_redux.svg?style=for-the-badge
[stars-url]: https://github.com/derrickmstrong/hotplate_react_webpack_redux/stargazers
[issues-shield]: https://img.shields.io/github/issues/derrickmstrong/hotplate_react_webpack_redux.svg?style=for-the-badge
[issues-url]: https://github.com/derrickmstrong/hotplate_react_webpack_redux/issues
[license-shield]: https://img.shields.io/github/license/derrickmstrong/hotplate_react_webpack_redux.svg?style=for-the-badge
[license-url]: https://github.com/derrickmstrong/hotplate_react_webpack_redux/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/derrickmstrong
[product-screenshot]: images/screenshot.png