A simple React, Webpack 4 boilerplate to help you kick-start your next React project.
git clone https://github.com/kingisaac95/react-webpack-starter.git
Change directory
cd react-webpack-starter
Install Package dependencies
npm install
Run the application
npm start
Run test
npm run test
Run Coverage
npm run report-coverage
Build the image with the command
docker build . -t react-webpack-starter
This builds the image with the tag react-webpack-starter
. Once this is completed, you can instantiate the container with the image with the command
docker run -t -i -p 8080:8080 -v rws:/app react-webpack-starter:latest
Build Docker Image
make build-docker
Run Docker Image
make run-docker
Generate Production Build
make build
- 0.1.1
- Dockerize application
- Add Makefile
- Update Readme and add badges
- Setup Travis build and add tests
- 0.1.0
- The first proper release
- Added first few basic components with styling
- 0.0.1
- Work in progress
Orjiewuru Kingdom – @kingisaac95 – [email protected]
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/kingisaac95/react-webpack-starter
- Fork it (https://github.com/kingisaac95/react-webpack-starter/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request to branch
feature/develop
If you discover a security vulnerability within React Webpack Starter, please send an e-mail to Orjiewuru Kingdom at [email protected]. All security vulnerabilities will be promptly addressed.
- W3C - Coming Soon Template
- Prosper Otemuyiwa - Laravel Hackathon Starter Readme structure
Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!
Don't forget to follow me on twitter!
Thanks! Orjiewuru Kingdom.
The MIT License (MIT). Please see License File for more information.