Skip to content

Mersen130/uwconnect-frontend

 
 

Repository files navigation

uwconnect-frontend

Setup Guide

NodeJs and WSL2 Ubuntu

To install the latest LTS version of NodeJs on WSL2 Ubuntu run the following command:

sudo apt-get install curl
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
nvm install --lts

How to Run React

After Installing NodeJs. Navigate to your uwconnect frontend local repo and run the following command:

npm install

To run Reactjs app, run the following command:

npm start

About

An web frontend for connecting people in the same school

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 86.8%
  • CSS 11.4%
  • HTML 1.5%
  • Shell 0.3%