Skip to content

stripathix/Liaison-Evaluator

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published