marklogic-community / grove

Grove, a toolkit full of tooling, templates, and other resources that help with building UI applications on top of MarkLogic.
https://marklogic-community.github.io/grove/
Other
5 stars 2 forks source link

FAQ addition: 404 in development mode #41

Open mariannemyers opened 4 years ago

mariannemyers commented 4 years ago

If grove is started in development mode (npm start), hitting the middle-tier on port 9003 directly will return a 404 because GROVE_UI_BUILD_PATH is likely undefined. Add a note about this to the FAQ and explain how react-scripts is used in the project, too.