Welcome to the SBUMaps-Frontend-Web project! This repository contains the frontend code for the SBUMaps application, which provides an extensible mapping and navigation services for Stony Brook University. Our maps can be customized visually and functionally to fit the needs of your product.
SBUMaps-Frontend-Web is designed to handle the client-side logic and user interactions for the SBUMaps application.
- Live bus trackers, routes, and stops
- Bike stations
To get started with the SBUMaps-Frontend-Web project, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/SBUMaps-Frontend-Web.git
- Navigate to the project directory:
cd SBUMaps-Frontend-Web
- Install the dependencies:
npm install
To start the development server, run:
npm start
The server will be running at http://localhost:3000
.