First Use

In this section you will learn the basics to Get Ready!

Pre-requisites

To build solution you need to certify about these components first

Build Files

After |download| here or clone the initial state of project is:

  • Use MySql Server LocalDb
  • Temporary Certificate
  • Auto Migration enabled

Using build.bat

Open folder build and execute build.bat. The file will install Nuget and NPM dependencies. Then compile and run.

Using build.ps1

Sometimes there are missing parameters at Environment Path, so the build.bat can’t build.

Open powershell as Admin. Navigate to build folder. Execute these commands:

  • Set-ExecutionPolicy Unrestricted
  • .build.ps1
  • Set-ExecutionPolicy AllSigned