dinesh-rawat-dev / react-app

Learning react js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning reactjs

N|Solid

React created interactive UIs. It creates encapsulated views for the react application that manages their own state.

Branches

Installation

Install the dependencies and devDependencies and start the server.

$ cd react
$ npm install
$ npm start

Plugins

  • react
  • react-dom
  • babel and loader
    • babel-core
    • babel-loader
    • babel-preset-es2015
    • babel-preset-react
  • webpack and webpack-dev-server

License

MIT

Free Software, Hell Yeah!

About

Learning react js