Contains frontend code and assets used for The Apprentice Service and the www.apprenticeships.gov.uk website.
- node - https://nodejs.org/en/
- npm - https://www.npmjs.com/package/npm
- Gulp - https://gulpjs.com/
- Clone repo
npm install
npm run dev
- Visit http://localhost:1045 to see an example view
Run in the root directory
Task | Description |
---|---|
gulp das |
Compiles, then watches the SCSS files in /src/das/sass and JS files in /src/das/javascript - for The Apprenticeship Service |
gulp fiu |
Compiles, then watches the SCSS and JS files across the /src/fiu directory - for the www.apprenticeships.gov.uk website |
gulp build |
Build all frontend assets for das and fiu |