Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 2.09 KB

README.md

File metadata and controls

44 lines (30 loc) · 2.09 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

The back-end is backing by Express, directly using the basic to write the system. All the back-end documentations is in documentation/API.md.