Wasp
Install
- Set up WSL for Windows.
- In WSL, install nvm for managing node installations.
- Install node via nvm (in WSL)
- Install wasp (in WSL). If you get a warning stating that '.local/bin' is not on your path, then do the following: Scroll to the end of the file and add the 'export PATH ...' string specified in the wasp installation warning. This would be something like below:
Press Ctrl + O to save, then Ctrl + X to exit.
- Check wasp installation and addition of path using
- Install wasp VS code extension
Quick Start
Instantiate new project using wasp:
Choose one of the available templates. Eg: SaaS.Open SaaS Template with Wasp
https://docs.opensaas.sh/start/getting-started/
Useful Examples
Deploy
https://wasp-lang.dev/docs/advanced/deployment/overview