@kp-ds/kp-ds v0.0.5
Development Environment for the Design System Frontend Library
Fundamentals
The DS Frontend Library is based on Bootstrap. The DS Frontend Library repository is built up like the Twitter Bootstrap repository on GitHub.
Installation steps and programs
Clone git repository from GitLab folder
Install Node.js
Call
node --versionto see installed versionTo update npm with the latest version call
npm install -g npmCall
npm --versionto see installed versionCall
npm installin folder 'kp-ds' to download and install depending node modules
Call following CLI commands in folder 'kp-ds/build' to run the application:
node index.js- starts a dev server (based on webpack-dev-server)
Open URL
http://localhost:8000/index.htmlin web browser
Setup build system
How to write Windows path values:
C:\Users\abcd\Downloads\testingFile.log => C:\Users\abcd\Downloads\testingFile.log
NPM
log in with: npm login
https://docs.npmjs.com/updating-your-published-package-version-number
6 years ago