- Install global dependencies
yarn global add gulp
- Run
yarn
from the directory level containingpackage.json
(Should be found in/ifs-web-service
)
- Run
gulp
from the directory level containing the maingulpfile.js
(Should be found in/ifs-web-service
)
You can run gulp tasks individually with gulp <task>
e.g.: gulp css
You can also run gulp tasks for a specific service by running gulp
from the service directory i.e.: /ifs-web-service/ifs-assessment-service/src/main/resources/static
A styleguide for the IFS front-end components is available using Fractal.
- Having the Fractal CLI will help,
npm install -g @frctl/fractal
cd ifs-web-service/
- Run a local Fractal server
fractal start --sync