rohankangale2011 / progressbar_assignment_react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A progress bar assignment using react.

Development mode

Below are the commands for making the application ready and running for local running environment:

npm install

Install all the project related dependencies(libraries) for making our application.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload automatically once any change/edit happens.
Also, one can see lint errors in the console.

npm run test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run test -- --coverage

Launches the test runner in the interactive watch mode, along with displaying all coverage details as well.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

About


Languages

Language:JavaScript 88.2%Language:HTML 8.5%Language:CSS 3.3%