DEV Community

Cover image for Let's make a new Begin app!
SHAWNHOSEA for Begin

Posted on

Let's make a new Begin app!

Introduction

There are various ways to spin up a new app on Begin. You have the option to:

  • Choose between Node or Deno for your runtime
  • Start with a framework-specific starter app
  • Use one of our example apps
  • Port one of your apps over to Begin by using an existing repo
  • Clone an existing repo from someone else

Choose a runtime:

Screen Shot 2021-03-10 at 3.02.03 AM

You have the option to choose between Node or Deno for your runtime. With Node, you can use one of the framework-specific starter apps or a Begin example app. Deno only has the Begin example apps available. Both runtimes allow you to port an outside repository to get started.

Framework-specific starter apps

Screen Shot 2021-03-10 at 3.03.07 AM

We have four different framework-specific starter apps to choose from. Each of these starter apps comes with an accompanying guide to help get you going.

Screen Shot 2021-03-10 at 3.05.46 AM

You can view them all here.

Example apps

Screen Shot 2021-03-10 at 3.19.52 AM

Six different example apps cover a particular feature or use-case that's possible with Begin. For example:

These example apps come with accompanying guides as well to help get you started.

Screen Shot 2021-03-10 at 3.23.41 AM

You can view them all here.

Use your own

Screen Shot 2021-03-10 at 3.39.56 AM

Use an existing repo

Screen Shot 2021-03-10 at 3.47.01 AM

You have the option to port one of your apps over to Begin by using an existing repo. Use an existing repo will add the minimum necessary files to use Begin with an existing GitHub repo.

Clone an app

Screen Shot 2021-03-10 at 3.45.10 AM

Cloning an app will allow you to clone an existing Begin or Architect app into a fresh GitHub repo.

Top comments (0)