It's T.Lion is the official website of T.Lion.
This project is coupled with It's T.Lion API, which is the backend server's repository.
Before installing this repository on your computer, you should have the following requirements to get started:
For cloning this repository, you can open a terminal in your target folder and execute the following command line:
git clone https://github.com/itstlion/itstlion.git
It will create a folder called itstlion
and clone the repository in it.
Now that you have cloned the repository, you can install the necessary dependencies before running the application. For doing so, run the following commands in your terminal:
cd ./itstlion/app # Move to the application folder
npm clean-install # Install necessary dependencies with NPM
Now that you have installed the dependencies, you are able to run the application on your device. For doing so, you can run the following command in your terminal:
npm start
Now, you should be able to visit the website on http://localhost:4200
.
This repository is currently not open for external contributions: its source code can only be updated by its maintainer.
In order to contribute to the developer community, It's T.Lion is public for giving examples on how to develop a website using Angular framework.
This repository use Git as the main versioning tool and follows Semantic Versioning principles.
Repository created and maintained by Lamarque Loïc.