An open API service indexing awesome lists of open source software.

https://github.com/mansi-k/vlab_req_engg

A virtual lab for students to learn requirements engineering in a practical way
https://github.com/mansi-k/vlab_req_engg

active-learning diagram-editor diagram-evaluator drawing-canvas gojs quiz-game reactjs simulation virtual-lab web-application

Last synced: over 1 year ago
JSON representation

A virtual lab for students to learn requirements engineering in a practical way

Awesome Lists containing this project

README

          

## Requirements Engineering

An attempt at creating a virtual lab for students to study requirement engineering

### Requirements

- NodeJS (>= 6)
- Decent browser (perferably chrome)

### Installation

```sh
npm install
```

### Start the app
```sh
npm run start
```

### Build app
```sh
npm run build
```

The app will run on port 3000 by default. [link](http://localhost:3000/)