Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.33 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.33 KB

System Design Dashboard Vue App

Vue Application for System Design Course

Table of Contents

Setting Up The Project

Available Commands

To see a list of available commands run:

npm run help

⬆ back to top

Quick Start

  1. go through all the Prerequisites in Prerequisites
  2. npm i install NPM dependencies
  3. npm run start start the application

If you run into issues, see the additional docs below bottom of page

Contributing

Before contributing please read through everything in Contributing.

⬆ back to top

Run The Application

npm run start

This will automatically start the application via a local server at localhost:8080.

⬆ back to top

Additional Docs

⬆ back to top