monitoring-react-component
v1.0.4
Published
A template project for react components
Downloads
3
Readme
monitoring-react-component
This repository holds the monitoring react components. See the storybook to see the components, and read the docs for further information.
This project was bootstrapped with Create React App.
Available Scripts
In the project directory, you can run:
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
npm run test-single <test-file>
Executes the test with a single test file.
npm run coverage
Executes the tests and shows the coverage report.
npm run prettier
Runs the prettier utility manually. See prettier.io for more information.
npm run storybook
Start Storybook. Storybook shouldbe available in the browser with a link provided in the console. See storybook.org for more information.
npm run analyze
Analyze and debug JavaScript (or Sass or LESS) code bloat through source maps. See source-map-explorer for more information.
npm run build-dist
Builds the module for production to the dist
folder.
It prepares the module for npm publish
.
Only the dist/
folder, and the README.md
will be published.
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.
Note: This feature is kept only for the sake of compatibility. The app itself holds a minimal implementation, and made for testing purposes only.
npm run eject
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
Create a new react-component project
Use the kickoff utility to create a new react frontend project based on this repository.
- Install the kickoff utility:
npm install -g kickoff
- Create the new project:
kickoff
kickoff -s tombenke/monitoring-react-component -d new-react-component
cd new-react-component
sh .kickoff.sh
- Install modules, and start it:
npm install
npm run start
See kickoff for further information.
Learn More
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
Code Splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
Analyzing the Bundle Size
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
Making a Progressive Web App
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
Advanced Configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
Deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
npm run build
fails to minify
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify