Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

Note: Currently this is in "Under construction"

Example of React component lifecycle and learn how to use modules

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:

  1. Start http server: $ npm start

Check your http://localhost:8080/

  1. 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.

About

Check react component lifecycle and learn how to start with react js

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.