View Demo here Liaison Style Guide.
###Liaison Style Guide App built using Angular 2 and Bootstrap 4 ###
If you don’t have any of these tools installed already, you will need to:
- Download and install git
- Download and install nodejs https://nodejs.org
Note: Make sure you have Node version >= 4.0 and NPM >= 3
Once you have those, you should install these globals with npm install --global
:
-
npm install -g bower webpack webpack-dev-server typescript@beta
You will need to clone the source code of Liaison-Angular-StyleGuide GitHub repository:
git clone https://github.com/Liaison-Intl/Liaison-Angular-StyleGuide.gitAfter repository is cloned, go inside of the repository directory and install dependencies:
cd Liaison-Admin-Style-Guidenpm install
npm start
This will setup a working copy of Liaison-Admin-Style-Guide on your local machine.
To run a local copy in development mode, execute:
Go to http://0.0.0.0:3000 or 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:prodputtygen styleguideaws.ppk -O private-openssh -o styleguideaws.pem
sudo ssh -i styleguideaws.pem bitnami@ec2-34-229-215-247.compute-1.amazonaws.com