Angular Sails Auth Client is the frontend side, starter for authentication with sails.js. Angular theme using Versatile Dashboard.
Made to be used with Angular Sails Auth Server.
- Clone this project or Download that ZIP file
- Make sure you have bower, gulp and npm installed globally
- On the command prompt run the following commands
- cd
project-directory bower installnpm install- change server url at "config/development.json" and "config/production.json"
gulp serve --env development- For development modegulp serve --env production- For production modegulp build- concat, minify and generate the files for deployment