Twist Browser Tutorial
- Download and install the latest LTS version of Node JS.
- Download the sample site zip file.
- Extract the zip file to a folder of your choice.
- Open a command prompt or terminal window and navigate to the extracted folder.
- Run
npm install to install the dependencies. - Run
npm start to start the server. - Open http://localhost:3000 in your browser.