Table of Contents
Same as backend repository, this one was created for frontend. So with this I expect to improve and get practice with angular and some others front tools including testing.
- Services & Components
- Auth
- Users
- Sessions
- Basic responsive front design
- Install Angular
- Clone the repo:
git clone https://github.com/salvasm/angular-auth.git
- Install NPM packages:
npm install
- Build and run server command:
npm run build && npm run start
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request