Note: Currently this is in "Under construction"
Used Technologies:
- React
- ES6
- Webpack
- Babel
Clone the Repo
git clone https://github.com/vijayporwal/react-component-lifecycle.git
Install the dependencies:
npm install
List of Available tasks:
- Start http server: $ npm start
Check your http://localhost:8080/
- Run development environment: npm run development
List of NPM Modules :
- react
- react-dom
- http-server
- babel-core
- babel-loader
- babel-preset-es2015
- babel-preset-react
- babel-preset-stage-0,
- webpack
This is a basic architecture of react to start with development of react application.