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

https://github.com/adriagual/tfg

Entorn Web de suport a la Docència
https://github.com/adriagual/tfg

php react

Last synced: 4 months ago
JSON representation

Entorn Web de suport a la Docència

Awesome Lists containing this project

README

        

This project is set using npm.

## Installation
```shell
cd web_app
npm install
```

## Run - Development
```shell
npm start
```

## Build - Production
```shell
npm run build
```

## Build docs
```shell
npm run buildDocs
```