mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
* Install NPM and run <fg=green>npm install</>
|
|
|
|
* Compile your assets: <fg=green>npm run dev</>
|
|
|
|
* Or start the development server: <fg=green>npm run watch</>
|