Skip to content

Latest commit

 

History

History
 
 

ui

Ensure that the node/npm binaries are recent. For example, $ npm -v 3.10.3

$ node -v v6.3.1

npm install

Install all the dependencies needed for the project

npm start

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

Ensure that the yugaware side is also running using sbt run in ~/code/yugaware directory.

The page will reload if you make edits.
You will also see any lint errors in the console.

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!