Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```