Skip to content

sushmithashakthivel/learning-less

Repository files navigation

React ES6+JSX+LESS Learning Project

The technology stack used in the project:

  • React and JSX — a virtual DOM JavaScript library for rendering UI. It's about rendering view as a function of state, making JavaScript-driven UI declarative the way HTML is declarative.
  • Webpack 2 and webpack dev server — client-side module builder and dev server that serves the app.
  • npm — package manager
  • Babel 6 — transpiler from ES6 / JSX to ES5, which is supported by all browsers
  • Less — Less is a CSS pre-processor

Getting Started

Prerequisites

Support for Node.js > 5.

Installation

$ git clone https://github.com/sushmithashakthivel/learning-less.git
$ cd learning-less
$ npm install

Run

$ npm start

Project running in the url: http://localhost:8080

Releases

No releases published

Packages

No packages published