TEAM 2137 Web App Template

Template Components & Setup Tutorials

Setting Up Your Dev Project

 

Getting the Repository and Installing Dependencies

To get the repository, you can either clone it from the command line or download it as a zip file.

Once you have the repository, you can install the dependencies by running the following command in the terminal:

npm install

 

Running the App

To run the app, you can use the following command in the terminal:

npm run dev

 

Application Structure

The application is structured as follows:

Application Structure