In this section, we'll create a React application with JHipster. You will need to open a Terminal to run the following commands:
- Create a new folder and navigate to it by running mkdir jhipster-react && cd jhipster-react.
- Now, run the jhipster command in the Terminal.
- JHipster will start with prompts; let's select default options for everything except for the question Which *Framework* would you like to use for the client? For this question, select React as the value and proceed.
- Once all the prompts have been completed, JHipster will generate the application and start installing dependencies before starting the webpack build.
You can run npm run prettier:format to format the client-side code anytime. It will also be automatically run whenever you commit something with a Git pre-commit hook.
Our selected options...