FLM / symfony-webpack-react

Boilerplate project based on Symfony Standard, with Webpack and React added.
24 stars 8 forks source link

Update readme to use yarn install instead of npm install #5

Open silenzium opened 7 years ago

silenzium commented 7 years ago

If I clone your project and install via npm install (like stated in the readme), I get plenty of errors with modules not found when starting the server with npm start. Just installed YARN and used it to install and everything works fine now. Perhaps it should be changed to not confuse others.