Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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]





Screenshot

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



  1. About The Project



  2. Getting Started




  3. Contributing

  4. License

  5. Contact


## About The Project
This is a custom boilerplate that I created to quickly spin up a React + Redux project.

(back to top)

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

(back to top)

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

(back to top)

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

(back to top)

## License

See `LICENSE.txt` for more information.

(back to top)

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

(back to top)

[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