Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 432 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 432 Bytes

ColorPicker

This project is an Angular submodule of 3D-SVG-Editor project

Run development

  1. Install Angular CLI
  2. Go to this root repository as the working directory
  3. Run ng serve and open localhost:4200
  4. Happy learning!

Build bundle

  1. Run ng build -prod
  2. Build artifacts will be stored in the dist/ directory