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
- Fork this repository. (optional - in case you want to contribute to this repo)
cd yarul
npm install
npm start
npm run server
(TODO: Remove Step 4, so that Dev-Server starts with just npm start
)