Chapter 3: Setup the Development Environment

Install NodeJs

Install Node.js (version >= 16) and npm on your machine by following the instructions over here. This also installs npx, the package runner.

IDE

Use your favorite TypeScript IDE. We recommend using Microsoft's Visual Studio Code.

scrypt-cli CLI

scrypt-cli is a CLI tool that makes sCrypt development faster and easier.

Let us use scrypt-cli to create a project:

npx scrypt-cli project tic-tac-toe
back3 / 10next