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
Support for Node.js > 5.
$ git clone https://github.com/sushmithashakthivel/learning-less.git
$ cd learning-less
$ npm install
$ npm start
Project running in the url: http://localhost:8080