A simple React, Webpack 4 boilerplate to help you kick-start your next React project.
git clone https://github.com/kingisaac95/react-webpack-starter.gitChange directory
cd react-webpack-starterInstall Package dependencies
npm installRun the application
npm startRun test
npm run testRun Coverage
npm run report-coverageBuild the image with the command
docker build . -t react-webpack-starterThis 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:latestBuild Docker Image
make build-dockerRun Docker Image
make run-dockerGenerate 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 – kingdom.orjiewuru@gmail.com
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 kingdom.orjiewuru@gmail.com. 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.
