Getting Started with Typesafe Activator
IntelliJ IDEA lets you work with Lightbend Project Starter templates.
Create a project
Before you create a project make sure the Scala plugin is downloaded and enabled in IntelliJ IDEA.
If no project is currently opened in IntelliJ IDEA, click Create New Project on the Welcome screen. Otherwise, select File | New | Project.
As a result, the New Project wizard opens.
In the left-hand pane, select Scala.
In the right-hand pane, select Lightbend Project Starter.
Click Next.
On the next page of the wizard, specify your project's information, select a template application (the template description is also available) that you want to open and click Finish.
The IntelliJ IDEA will create an sbt-based project with the selected template application.
Last modified: 01 August 2022