November 2018
Intermediate to advanced
404 pages
10h 16m
English
The kitura create command will launch Kitura's powerful application generator. If you don't want to customize the boilerplate for your Kitura project, you can simply skip this tool and use kitura init to create a basic starter project.
Once you've launched the application generator using the kitura create command, it's going to take a few minutes for KAG to extract dependent packages. Then, you'll be prompted for the name and directory of your project:
Initialization prompts? What's the name of your application? newWorld?Enter the name of the directory to contain the project: newWorld
In the previous output, you use newWorld as your application name and choose newWorld as the directory name for your project.
Next, choose either ...
Read now
Unlock full access