- Make sure you have the latest version of Wasp installed by running
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
in your terminal. - Run
wasp db migrate-dev
- Since we are using a main.wasp.ts file, we need to run
wasp ts-setup
initially. This is a current crutch we still need to use because the TS config implementation is still not 100% where Wasp team would like it to be. - Run
wasp start
. This will install all dependencies and start the client and server for you :) - Go to
localhost:3000
in 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
-
Notifications
You must be signed in to change notification settings - Fork 0
martinovicdev/wasp-advanced-form-tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published