Skip to content

NunoAlexandre/innovation-funding-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Innovation Funding Service Project

Front-end development

Standard - JavaScript Style Guide

Requirements

Installation

  1. Install global dependencies yarn global add gulp
  2. Run yarn from the directory level containing package.json (Should be found in /ifs-web-service)

Build

  1. Run gulp from the directory level containing the main gulpfile.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

Documentation

A styleguide for the IFS front-end components is available using Fractal.

Installation

  1. Having the Fractal CLI will help, npm install -g @frctl/fractal

Build

  1. cd ifs-web-service/
  2. Run a local Fractal server fractal start --sync

Important links: