Skip to main content

Bootstrapping a new Xest Project

Once you have installed the Xest CLI with

$ npm install xest -g

You can bootstrap your API project with the following command

$ xx [project-name]

Then navigate to your API directory

$ cd [project-name]

Have a look at the generated files and directory structure.

alt_text