Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1007 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 1007 Bytes

CampusX - Frontend


Preview

Screenshots


Getting started

To get the Node server running locally:

  • Clone this repo
  • npm install to install all required dependencies
  • npm run serve will compile and hot-reload for development

npm run build Compiles and minifies for production. npm run lint Lints and fixes files.

See Configuration Reference.


Code Overview

Dependencies

  • expressjs - The server for handling and routing HTTP requests
  • vue - JS Framework used for building the UI
  • vue-material - For material themed assets like buttons, inputs, etc.
  • axios - Promise based HTTP client for the browser and node.js