Skip to content

Latest commit

 

History

History

troubleshooting-framework-ui

Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook create-react-app).

npm run build

Builds the app for production to the dist 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](https://facebook.github.io/create-react-app/docs deployment) for more information.

npm publish

Ensure to login into the NPM registry using Yugabyte credentials.

Once the above step npm run build is done, you can go ahead and publish the package using npm publish.

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](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](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](https://facebook.github.io create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)