Presentation layer for DfE's Plan Technology for your School service.
Uses ASP .NET Core MVC.
- Setup your SignIn secrets, using the instructions in the Dfe.PlanTech.Infrastructure.SignIn project
- Setup your Contentful secrets, using the instructions in the Dfe.PlanTech.Infrastructure.Contentful project
- Setup your Redis connection, using the instructions in the Dfe.PlanTech.Infrastructure.Redis project
- Dfe.PlanTech.Application
- Dfe.PlanTech.Domain
- Dfe.PlanTech.Infrastructure.Contentful
- Dfe.PlanTech.Infrastructure.Data
- Dfe.PlanTech.Infrastructure.SignIn
- Dfe.PlanTech.Infrastructure.Redis
Name | Purpose |
---|---|
GovUk.Frontend.AspNetCore | Front-end framework for components |
- Uses NodeJS, with Gulp, to compile Styles and Scripts
- Scripts are located in the
/Scripts
folder and CSS/SASS are located in the/Styles
folder
Name | Purpose |
---|---|
Gulp | Compiling/minifying/combining/etc. SCSS + JS files |
govuk-frontend | Gov.UK SCSS |
dfe-frontend | DFE SCSS overrides |
gulp-csso | CSS minification |
gulp-sass | SASS compiling |
gulp-sourcemaps | Sourcemaps creation |