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
- Host: GitHub
- URL: https://github.com/adriagual/tfg
- Owner: AdriaGual
- Created: 2018-05-10T08:39:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T22:24:58.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T07:30:32.009Z (5 months ago)
- Topics: php, react
- Language: JavaScript
- Homepage:
- Size: 69.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```