play-java-react-seed
play-java-react-seed copied to clipboard
Npm start not run correctly
Hello, First of all thank you very much for React's contribution with Play2. I am studying to integrate into my projects.
By the logic of the website article and the reading that was performed, the project was raised in a development environment using the sbt run command.
When executing this command it internally executes the scripts for React but React does not start correctly, I need to go manually to the /ui folder and execute the npm start command and then it works.
This is normal or just by running the sbt run command it runs all.
The idea is to deploy this application on heroku.
Best regards
@haroldoramirez I'm running into the same thing.. did you manage to figure this one out ?