Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoanbernabeu/SymForm
Projet à vocation pédagogique : Génération d'un site statique avec un Backend Notion pour la chaine YouTube https://www.youtube.com/c/yoandevco
https://github.com/yoanbernabeu/SymForm
Last synced: 4 days ago
JSON representation
Projet à vocation pédagogique : Génération d'un site statique avec un Backend Notion pour la chaine YouTube https://www.youtube.com/c/yoandevco
- Host: GitHub
- URL: https://github.com/yoanbernabeu/SymForm
- Owner: yoanbernabeu
- Created: 2021-09-30T20:16:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T10:12:04.000Z (about 3 years ago)
- Last Synced: 2024-08-02T20:45:43.101Z (3 months ago)
- Language: CSS
- Size: 97.7 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SymForm
Projet à vocation pédagogique : Génération d'un site statique avec un Backend Notion pour la chaine YouTube [YoanDev](https://www.youtube.com/c/yoandevco)
## 👾 Environnement de développement
### 🏁 Pré-requis
* [Symfony CLI](https://symfony.com/download)
* [PHP 7.4](https://www.php.net/downloads)
* [Composer](https://getcomposer.org/)### 🔥 Installer le projet en local
```bash
composer install
symfony serve -d
```### ✅ Lancer la génération du site statique
```bash
bin/console dump-static-site
php -S localhost:8080 -t output
```