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

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

Awesome Lists containing this project

README

          

# start-react

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4fda8f2199e0424b9f140ae79a8b7fde)](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)
[![Maintainability](https://api.codeclimate.com/v1/badges/027dbbdbd0f71bd9b046/maintainability)](https://codeclimate.com/github/mensonones/start-react/maintainability)
[![CircleCI](https://circleci.com/gh/mensonones/start-react.svg?style=svg)](https://circleci.com/gh/mensonones/start-react)
[![Known Vulnerabilities](https://snyk.io/test/github/mensonones/start-react/badge.svg?targetFile=package.json)](https://snyk.io/test/github/mensonones/start-react?targetFile=package.json)
![Sonar Report](https://sonarcloud.io/api/project_badges/measure?project=mensonones_start-react&metric=alert_status)

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.