Getting Started

You can get started working with Speedy Framework in a few minutes. Create your project, run it and start development. That's all!

Step 1

Create Your Project
Click to the following button, create your project and download the zip archive.
 
Speedy Initializer

Step 2

Run Your Application
Install Java 8, if you haven't already installed it. Speedy Framework is compatible with Java 8.

Unzip the zip archive. Open a console and run the following command in the project folder you just extracted.


./mvnw spring-boot:run

Step 3

Start Development
Import the project to your IDE (we recommend STS) as a maven project and start development.

Reference Documentation