Get Started
Follow the guide step by step
Last updated
Follow the guide step by step
Last updated
Before you can launch a JavaScript application using Node.js, you must first have Node.js installed on your computer. You can download the installer for your operating system from the official Node.js website ().
When you download the Heiki archive, you can find two folders:
`heiki`
`documentation`
Get the `heiki` content folder and unzip this on your computer.
Open a command line interface
Go to the project root folder, previously unzipped in the step 2
Run the following command: npm i
Now run this command: npm run start
Go to http://localhost:3000
Congrats! You have run the project successfully!