Step 1 – preparing the workspace

Let's create a new folder for the workspace. Create a folder called e-commerce-app and, from the Terminal, navigate to the folder:

> mkdir e-commerce-app
> cd e-commerce-app

Now, create a new folder for our application; let's call it online-store and navigate to it:

> mkdir online-store
> cd online-store

Now, we are ready to invoke JHipster. First, we need to make sure everything is ready by running the jhipster --version command. It should print a globally installed JHipster version; otherwise, you'll need to follow the instructions from the previous chapter to set it up.

It is always better to use the latest versions of any tools as they might include important bug fixes. You can upgrade JHipster anytime using the npm install -g generator-jhipster or yarn global upgrade generator-jhipster commands.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.138.175.180