Scenery Application¶
Under Construction
This section and others in Getting Started with SceneryStack are under heavy revisement and will be updated in January 2025.
Prerequisites
Before setting up your development environment, ensure the following tools are installed:
- Command Line Interface: Use Terminal (macOS/Linux) or Command Prompt (Windows).
- Git: Download from git-scm.com or install via Xcode command-line tools on macOS/Linux.
- Node.js and npm: Install the latest version from Node.js.
Overview¶
This page covers creating a new Scenery-based web application with SceneryStack.
Getting Started¶
It is recommended to start new application projects by using a template.
To create a new Scenery application, run the following command:
The prompts will guide you through the process of creating a new Scenery application, and will print out instructions to be able to view the application in your browser.
It will ask about your choice of bundler (Vite and Parcel are the two options), and whether you would like to use ESLint and Prettier. The project will be created under a directory with the same name as the picked project name.