1.0.0 • Published 6 years ago

guloggratis-ui v1.0.0

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

Ya welcome

LIVE DEMO

Running developement

If you want to contribute to the library, just run the following commands and you will be ready

 # clone the repo
 $ git clone https://github.com/guloggratis/guloggratis-ui.git
 $ cd guloggratis-ui

 # install dependencies
 $ npm install #or yarn

 # serve in dev mode, with hot reload at localhost:6060
 $ npm start #or yarn start

The server will probably run on port 6060 of your localhost (open it), and you should see the styleguide. As you make changes to the scss files or the typescript files, you will notice that the stylesguide will respond to those changes aswell

Production

If you are confident about what you have done, build a production version of the guide. By production version, i mean it will build a production version of the components(ready for npm)

$ npm run build # or yarn build

The live demo link above, is generated from the master branch of the repo. So if you push changes to master, the production version of the styleguide is a refelction of the master branch