The Vanty Starter Kit empowers developers & teams to develop and ship Web apps in no record time.
In the next section, we will show you how to get up and running.
Projects tab
, click on the Start A New Project
or Or create a new project
button.Save
at the bottom of the form.
Build Project
from the actions menu , this will take less than a minute⏰..
* When the build is finished, click on the download tab on the same page and download your code.
* For security, the download link will expire after 1 hour. You can always create a new download link for the project.
Docker is the preferred method for developing locally. Containers give you the confidence that your app will work the same way in different environments.
Ensure that you have docker and docker compose installed.
The project includes a make file to help you get started. Unzip the project to a folder of yourzip download and build your containers.
$ cd project_name
$ make init
The first build could take up to 15mins, subsequent build will not take as long.
$ make run
And that's it, you app should be running on http://localhost:8000. For more tips on visit the local-development page.
Although not recommended, you can also working with your project directly on your host operating system. Head over to the [Development without docker](docs/development-without-docker/) for tips and tricks.
You are now ready to start building your product. Visit the other sections on how to configure and set up your app.
The docs are always a good place to start for help with getting started, developing, configuring your app and many more. If that is not sufficient you can always reach out to us on slack.
Success
Error
Warning
Info