Download this branch if you would run this app on local environment, otherwise if you like run on docker environment pull docker branch.
Is a final project of UOC informatics engineering degree. About web development, this repository consumes backend Homeweb Backend.
To get a local copy and running, follow these simple steps.
- Install NodeJS
- Sure that NodeJS is installed.
node --version
- Install Angular CLI
- Sure that Angular CLI is installed.
ng --version
- Git clone
cd ~/ git clone https://github.com/imollm/homeweb-frontend
- Install dependencies
cd ~/homeweb-frontend npm install
- Compile and run
ng serve
- Visit http://localhost:4200
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- 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
Distributed under the MIT License.
Ivan Moll Moll - imollm@uoc.edu
Project Link: https://github.com/imollm/homeweb-frontend