dawnchan030920 / mua-web-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MUA Web Frontend

Description

This is the frontend project for mua website, based on React.

How to run it

  1. Confirm that you have npm , vite and node.js environment.You can install them using the following commands:
#Install your node.js
sudo apt install node
#Install npm
sudo apt install npm
#Install cnpm
sudo npm install -g cnpm
#Install vite
cnpm i -g create-vite-app
  1. Trying to install npm libraries.
sudo npm install
  1. Trying to run the web in dev mode.
npm run dev
  1. You can use any tools to develop this project such as yarn or others.

About


Languages

Language:TypeScript 98.9%Language:HTML 1.1%