Skip to content
Docs are being updated, please bear with us.

Set up

There are several ways to start a project.

You will need node version 18 or above, and a suitable editor like vscode.

To create an empty project use the create-wallace-app script, which you can run without manual installation using the npx command which should come with node:

npx create-wallace-app

You will be asked to choose between TypeScript or JavaScript. If you select TypeScript you can still use JavaScript files, so that is the recommended option.

Alternatively see installation instructions for adding to an existing project.

StackBlitz lets you run node projects in the browser without installing anything on your machine. Wallace has starter projects for TypeScript and JavaScript.

  1. No installation required.
  2. Can share with others.
  3. Can transition to local development by downloading the project.
  1. Stackblitz sometimes fails to load for its own reasons.
  2. Stackblitz doesn’t render markdown tool tips that well.

There are also several examples which have a StackBlitz link in their README so you can play around online, then download a fully working project.