-
-
Notifications
You must be signed in to change notification settings - Fork 10
Getting started
Alexanderius edited this page Jul 3, 2025
·
5 revisions
To create your first Simplify.Web application, first install the templates package from nuget.org:
dotnet new -i Simplify.Web.Templates
Template | Short Name |
---|---|
Angular template | sweb.angular |
API template | sweb.api |
Minimal template | sweb.minimal |
Windows service hosted API template | sweb.api.windowsservice |
Simplify.Scheduler hosted API template | sweb.api.scheduler |
Use the short name to create a project based on the selected template:
dotnet new sweb.angular -n HelloWorldApplication
Then just run it (it will download required NuGet and npm packages at the first build).
Below is a list of sample applications showing different variations of Simplify.Web usage:
- Getting Started
- Main Simplify.Web principles
- Simplify.Web controllers
- Simplify.Web views
- Simplify.Web templates
- Simplify.Web configuration
- Templates variables
- Static content
- Template factory
- Data collector
- String table
- File reader
- Web context
- Environment
- Dynamic environment
- Language manager
- Redirector
- HTML