VTHacks11-Frontend

This project shows the front-end section of the Chatroom, a VTHacks11 project.

Latest tag GitHub repo size GitHub last commit GitHub Language GitHub License


Getting Started


Production

Prerequisites Production

Please make sure you have put this project's front-end file in the same directory as the back-end of the project

Obtain the project

You can access the latest release of the project in our project release page: https://github.com/dingwen07/VTHacks11-Frontend/releases


Build from source

Obtain the project Build from source

You can clone the project using the following command:

HTTPS

git clone https://github.com/dingwen07/VTHacks11-Frontend.git

SSH

git clone git@github.com:dingwen07/VTHacks11-Frontend.git

Prerequisites Build from source

Once you finished installing those, you can use the following command to install the dependencies:

npm install

Run Build from source

Once you finished installing the dependencies, you can run the following command to start the project's development server:

npm run dev