Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.89 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.89 KB

UCSDCSSA 短租平台

Developer

UCSD中国华人学生学者联合会 技术部 网站组

Dependencies

To assist your development, recommend have the following development tools:

Platforms

The system has roughly two parts:

  • Front-end
  • Back-end

We are separating the development between front-end and back-end

Front-end

The front-end library is relying on ReactJs and WebPack. For the CSS we are using Materialize-CSS. All the instructions to run the front-end webserver is in source/react/README.md. Follow the instructions to run the front-end server and view the website in your computer in http://localhost:8080/.

Back-end

Under Construction