AxaFrance / site-slash

This repo contain all sources that made the Slash Design System Website

Home Page:https://axafrance.github.io/site-slash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack Gulp

Before Started

If you've previously installed gulp globally, run npm rm --global gulp before following these instructions. For more information, read this [Sip][https://medium.com/gulpjs/gulp-sips-command-line-interface-e53411d4467]

Check for Node and npm

node --version
npm --version

Install the gulp command

npm install --global gulp-cli

Getting Started

After downloading the boilerplate, your first order of business is to open a terminal and run

yarn

or

npm install

Then, to start up the local server, run

npm start

Open a browser and hit http://localhost:5001, and we are ready to roll.

Build & deployment

Building the dist version of the project is as easy as running

npm run build

If you want to deploy, run

npm run deploy

About

This repo contain all sources that made the Slash Design System Website

https://axafrance.github.io/site-slash/


Languages

Language:Pug 78.1%Language:SCSS 11.1%Language:HTML 6.7%Language:JavaScript 4.2%