Skip to content

rkenyon1969/ozp-center

 
 

Repository files navigation

Center UI Build Status

Center UI built on React, Gulp and Webpack.

Prerequisites

Install Node.js and npm. Head over to the Node.js website if you need to do that. Next, install Gulp, you might need to run them as sudo.

npm install -g gulp

Setup

First clone the repo. Install module dependencies.

git clone https://github.com/ozone-development/ozp-center.git
cd ozp-center
npm install

Next, run npm start or gulp dev. Go to http://localhost:8000/webpack-dev-server/dist and browser will automatically reload when any file in /app changes. Alternatively, you can also go to http://localhost:8000/dist, if auto reload is undesirable. You can specify API URL by running API_URL="{API_URL}" npm start

Available tasks

See scripts key in package.json for all options.

  • npm start implements an http server and a live reload server.
  • npm run build generates production build at ./dist directory with minified versions of JS and CSS. Contents of ./dist directory can then be copied to a web server.
  • npm run deployGhPages runs a build with demo configs and deploys ./dist to github pages.

About

OZONE Platform Center UI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.9%
  • CSS 10.7%
  • Other 0.4%