Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 521 Bytes

File metadata and controls

41 lines (26 loc) · 521 Bytes

Bootstrap 4 Razor Pages

Using new Dotnet Core 2 Razor pages with Bootstrap 4

This project is intended for DCF staff only. The files can be ran locally on any machine with .NET SDK installed.

Features

  • NPM
  • Gulpfile
  • SASS
  • Bootstrap 4 starter template
  • FontAwesome 5 integration

Usage

Install dependencies for dotnet and NPM:

dotnet restore

npm install

after using dotnet restore.

To run website:

dotnet run

To compile SASS:

gulp

Author

@invot