Skip to content

Creating a project

AVinitzca edited this page Jul 4, 2019 · 1 revision

Creating a project

Creating a project is very simple:

  1. Copy project-template into another folder in the same path, and rename it. That will be your project name.

  2. Add your new project name to the config.json file inside the root folder.

  3. (Optional) Add a field in config.json called "default", containing the name of your project.

Example:

{
    "default": "your-new-project",
    "projects": ["example", "another-example", "your-new-project"]
}

You are good to go! Try running it using

Projects.load("your-new-project");

You can now configure your project

Clone this wiki locally