Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

22 lines (21 loc) · 1.34 KB

Liaison Style Guide App built using Angular 2 and Bootstrap 4

Installation Steps

If you don’ have the following scripts installed already, please do so now:

Note: Make sure you have Node version >= 4.0 and NPM >= 3

Once you have those, copy the following script to install some global dependencies:

npm install -g bower webpack webpack-dev-server typings typescript

Install dependencies, Run style guide

Once you've cloned the repo, cd into the folder and install dependencies
cd Liaison-Admin-Style-Guide
npm install

This will setup a working copy of Liaison-Admin-Style-Guide on your local machine.

Running local copy

To run a local copy in development mode, execute:

 npm start

Go to http://localhost:3000 in your browser.

To run the local copy in production mode and build the sources, execute:

npm run prebuild:prod && npm run build:prod && npm run server:prod