/model-buyer-ui

Model Buyer User Interface

Primary LanguageJavaScript

Model Buyer User Interface

Build Status

Quick Start

1. Get the latest version

You can start by cloning the latest version of React Model on your local machine by running:

$ git clone https://github.com/DeltaML/model-buyer-ui.git
$ cd model-buyer-ui

2. Run npm install

This will install both run-time project dependencies and developer tools listed in package.json file.

3. Run npm start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser. Whenever you modify any of the source files inside the /src folder, the module bundler (Webpack) will recompile the app on the fly and refresh all the connected browsers.

4. Run npm 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!