Skip to content

React-Delhi-NCR/yarul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)