gabrielcarlos
v1.8.1
Published
Aplicação de estudo sobre Angular JS
Downloads
2
Readme
SmartAdmin AngularJs Version 2
development
To run the code in your development environment:
- Clone this repo
- Run
npm install
- Run
bower install
Now with all dependencies installed
- Start the development server for demo project with
npm run dev
- Point your browser to http://localhost:8888
production
To build minified version:
- Run
npm run prod