Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flibouche/sf-react-ts-tw-boilerplate
This project is a boilerplate to use Symfony with React, TypeScript and Tailwind.
https://github.com/flibouche/sf-react-ts-tw-boilerplate
react symfony tailwind typescript
Last synced: about 1 month ago
JSON representation
This project is a boilerplate to use Symfony with React, TypeScript and Tailwind.
- Host: GitHub
- URL: https://github.com/flibouche/sf-react-ts-tw-boilerplate
- Owner: Flibouche
- Created: 2024-11-19T15:32:53.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-27T21:23:48.000Z (3 months ago)
- Last Synced: 2025-01-21T19:52:27.791Z (about 1 month ago)
- Topics: react, symfony, tailwind, typescript
- Language: PHP
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony - React - TypeScript - Tailwind CSS Boilerplate
This project is a boilerplate to use Symfony with React, TypeScript and Tailwind.
## Getting Started
To install :
```bash
composer install
```then,
```bash
npm install
```## Change the APP_SECRET
To change the APP_SECRET, use this line in the terminal :
```bash
php bin/console regenerate-app-secret
```