wdjungst / react-project

State of the art web development with React.js.
1.83k stars 136 forks source link

Added an option to avoid the dependencies check when starting the app #52

Closed noreiller closed 8 years ago

noreiller commented 8 years ago

fixes #50

wdjungst commented 8 years ago

I like this option but I if we are going to open up options I would rather see them be processed in a loop so we can start to pass more flags like mongo redux etc..

noreiller commented 8 years ago

You're right. This PR fixed the issue when I was using react-projet, but without any response, I fixed it by importing all the react-project code in my project and modified it to comply my needs. Anyway, thanks for the response!