SBB Clone is a replica of the Swiss Federal Railways (SBB) application built with Angular and Ionic. It provides a ui similar to the official SBB website. It uses SBB's Design Guidelines and makes use of it's Angular Component Library.
Before running the project, make sure you have the following software installed on your machine:
- Node.js (version 12 or higher)
- npm (Node Package Manager) - usually comes with Node.js installation
Follow these steps to set up the SBB Clone project:
- Clone the project repository from GitHub.
- Navigate to the project directory.
- Install project dependencies using npm.
npm install
To run the SBB Clone project locally, execute the following command:
ng serve
This will start a development server and host the project at http://localhost:4200/
.
You can then access the SBB Clone in your web browser.
Contributions to the SBB Clone project are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.