Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 699 Bytes

README.MD

File metadata and controls

33 lines (21 loc) · 699 Bytes

SmartAdmin AngularJs Version 2

development

To run the code in your development environment:

  1. Clone this repo
  2. Run npm install
  3. Run bower install

Now with all dependencies installed

  1. Start the development server for demo project with npm run dev
  2. Point your browser to http://localhost:8888

production

To build minified version:

  • Run npm run prod

resources