https://github.com/mensonones/start-react
Start Project: React + Webpack 4
https://github.com/mensonones/start-react
babel reactjs webpack4
Last synced: 5 months ago
JSON representation
Start Project: React + Webpack 4
- Host: GitHub
- URL: https://github.com/mensonones/start-react
- Owner: mensonones
- License: mit
- Created: 2018-10-01T16:27:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T06:18:31.000Z (about 1 year ago)
- Last Synced: 2025-05-09T07:28:41.774Z (about 1 year ago)
- Topics: babel, reactjs, webpack4
- Language: JavaScript
- Homepage:
- Size: 2.11 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# start-react
[](https://www.codacy.com/app/mensones-1/start-react?utm_source=github.com&utm_medium=referral&utm_content=mensonones/start-react&utm_campaign=Badge_Grade)
[](https://codeclimate.com/github/mensonones/start-react/maintainability)
[](https://circleci.com/gh/mensonones/start-react)
[](https://snyk.io/test/github/mensonones/start-react?targetFile=package.json)

Start Project: React + Webpack 4
[Project in production](https://competent-bose-0ca5a3.netlify.com/)
## How to run the project
First, navigate to the project folder through the terminal. After that, run the `npm install` command to install the project dependencies. After that, still in the project folder, enter the command `npm run start` to run the project. To generate the project build, simply run the `npm run build` command.