- Make sure you have the latest version of Wasp installed by running
curl -sSL https://get.wasp-lang.dev/installer.sh | shin your terminal. - Run
wasp new <project-name> -t todo-tsto create a new app using this template. - Run
wasp db migrate-dev - Run
wasp start. This will install all dependencies and start the client and server for you :) - Go to
localhost:3000in your browser (your NodeJS server will be running on port3001) - Install the Wasp extension for VSCode to get the best DX
- Check out the docs for more info on wasp's features and step-by-step guides
Check out the e2e-tests/README.md