https://github.com/ungdev/foyer-front
Application pour la gestion des télés du foyer UTT
https://github.com/ungdev/foyer-front
Last synced: about 1 year ago
JSON representation
Application pour la gestion des télés du foyer UTT
- Host: GitHub
- URL: https://github.com/ungdev/foyer-front
- Owner: ungdev
- License: mit
- Created: 2019-06-05T11:37:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T12:15:08.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T00:18:45.334Z (over 1 year ago)
- Language: JavaScript
- Size: 594 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Foyer-Front
Application pour la gestion des télés du foyer
## Authors
```
Made initially for an LO10 Project. The team was composed of Arnaud Dufour, Frederic Chen and Lucie Colin
```
## Requirements
* [Node.js](https://nodejs.org/)
* [yarn](https://yarnpkg.com/)
## Installation
```
git clone git@github.com:ungdev/Foyer-Front.git
# or
git clone https://github.com/ungdev/Foyer-Front.git
cd Foyer-Front
yarn
```
## Configuration
```
# copy env file for all environments
cp .env .env.local
# makes your changes in .env.local, which will not be pushed
nano .env.local
# copy env file for development environment
cp .env.development .env.development.local
# makes your changes in .env.development.local, which will not be pushed
nano .env.development.local
```
## Commands
```
yarn dev # development server
yarn build # build production assets
yarn start # static server
```
## Structure