Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 718 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 718 Bytes

yarul

Yet Another React UI Library

This repository contains the codebase for the hands-on coding React-JS Meetup held on 7th Oct, 2018.

It creates Basic React components using the open source CSS library CSS-Mint

The Meetup also featured "How to publish NPM packages" followed by creating this codebase into an NPM package itself! https://www.npmjs.com/package/yarul

Installation

  1. Fork this repository. (optional - in case you want to contribute to this repo)
  2. cd yarul
  3. npm install
  4. npm start
  5. npm run server

(TODO: Remove Step 4, so that Dev-Server starts with just npm start)