Skip to content

wasp-lang/gitpod-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Wasp template on Gitpod

Open in Gitpod

This is a Wasp template configured for ephemeral developer environments on Gitpod.

Inside this template is a simple ToDo app complete with Authentication, Database Entities, and Client & Server Operations.

  • Look for the main.wasp file within the MyNewApp directory to see how a Wasp App is built!
  • The src directory contains your client and server files that you edit and reference within main.wasp
  • Wasp uses this information to put all the pieces of your app together, so you can focus on the important stuff (you can see what Wasp builds in .wasp/out, but don't edit these files 🐝)!

Visit wasp-lang.dev for more info.

Next Steps

After clicking the button above, you'll be taken to a new workspace.

  • Login with GitHub
  • Wait for the Docker image to build
  • Wait for the Wasp CLI to install and start the development environment
  • A preview of your app will open in a new tab within the IDE

Get Started With Your Own Project

A new project

Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.

An existing project

To get started with Wasp on Gitpod, add a .gitpod.yml file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the Getting Started documentation.

Wasp CLI Commands

  • wasp start starts development environment
  • wasp db migrate-dev to run database migrations
  • wasp db studio to open Prisma Studio and view your database models

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published