waspc/data/Cli/starters/basic/README.md
Basic starter is a well-rounded template that showcases the most important bits of working with Wasp.
nvm.npm i -g @wasp.sh/wasp-cli@latest
You can use this template through the Wasp CLI:
wasp new <project-name>
# or
wasp new <project-name> -t basic
To start the application locally for development or preview purposes:
wasp db migrate-dev to migrate the database to the latest migrationwasp start to start the Wasp application. If running for the first time, this will also install the client and the server dependencies for you.localhost:3000. Open in it your browser to access the client.To improve your Wasp development experience, we recommend installing the Wasp extension for VSCode.
To find out more about Wasp, visit out docs.