Getting Started
The following is a guide to get you started with Stackpress.
1. System Requirements
Before you begin, make sure your system meets the following requirements.
- • Node.js 22
- • macOS, Windows (including WSL), or Linux.
2. Manual Installation
To manually create a new Stackpress project, install the following packages. These are needed for development, the build process and live server.
❐ Copy
Next install the following development packages. These are needed for development and the build process.
❐ Copy
Currently, the stable packages and versions that are recommended to use include the following.
❐ Copy
2.1. Create Typescript Configuration
In your project root, create a new file called with the following code. This file will configure your project to use the latest Ecmascript Module Standard.
❐ Copy
2.2. Create Entry File
In your project root, create a new file called with the following code. This file will be the entry point for your application, for now.
❐ Copy
2.3. Run the Server
- 2.3.1. In Terminal, run
- 2.3.2. On your browser, visit http://localhost:3000?name=John
This is enough to explore the Stackpress documentation, but to learn how to maximize the framework it's recommended to peruse the tutorials.