generator-pixeon-auth
v2.0.2
Published
facebook authentication login
Downloads
7
Maintainers
Readme
generator-pixeon-auth
ivanhoinacki.com
====================
O Gerador NPM é uma forma simples e rapida de baixar uma aplicação web com uma ideia desenvolvida, utilizei do mesmo para incluir o pacote de instalação de minha aplicação. Seguindo os passos a baixo rapidamente você vai poder iniciar tranquilamente a aplicação Pixeon Authentication.
Depedencias
antes de baixar o projeto é necessário ter instalado em sua maquina, os componentes padrões de download via git-npm
npm install -g bower grunt-cli
Iniciando a aplicação
Faça o download da ultima versão da aplicação
npm install generator-authentication-angularjs#2.0.2
Entre no local aonde está o aplicativo
cd node_modules/generator-authentication-angularjs/aplicativo
Inicie o servidor da aplicação
npm start
Browser Support
| | | | --- | --- | --- | --- | --- | IE 8+ ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
File structure
generator-pixeon-auth
├── app/
├── index.html
├── css/
│ ├── app.min.css
├── img/
│ ├── img.png
└── js/
├── app.min.js
partials
└── main.html
The basic file structure for the project is organized in the following way:
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Test your changes to the best of your ability.
- Update the documentation to reflect your changes if they add or changes current functionality.
- Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Creator
Created by Ivan Augusto Hoinacki