November 2018
Intermediate to advanced
404 pages
10h 16m
English
# Step 1a: Create a new directory for your project$ mkdir helloWorld$ cd helloWorldKitura CLI will use the current directory's name to create your project and put all the files in the same directory.
# Step 1b: Create helloWorld app using the default Kitura template$ kitura initThis step not only creates the project by fetching dependencies and setting up the project environment for you but also builds the project right away. It takes Kitura several minutes to fetch dependencies and build the helloWorld ...
Read now
Unlock full access