Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Getting started

Alexanderius edited this page Jun 23, 2019 · 10 revisions

Getting Started

To create your first Simplify.Web application you can 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

Use the short name to create a project based on selected template:

dotnet new sweb.angular -n HelloWorldApplication

Then just run it (it will download required nuget and npm packages at first build).

Examples

Below is the list of sample applications showing different variations of Simplify.Web usage:

Next page >>

Clone this wiki locally