Skip to content

yangkghjh/try_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Project Step Up

A devlopment stack that I using to lean how to build front-end app with node.js.These are the dependencies:

Devlopment dependencies are listde in package.json.The steps to build this project are as follows:

1.Webapck

npm install --save-dev webpack

2.Babel to support es2015

npm install --save-dev babel-core babel-loader babel-preset-es2015 babel-preset-react

3.React

npm install --save react react-dom

4.CSS & LESS

npm install --save-dev style-loader css-loader
npm install --save-dev postcss-loader autoprefixer

5.Hot load

html-webpack-plugin

npm install --save-dev html-webpack-plugin

react-transform-hmr

npm install --save-dev babel-plugin-react-transform react-transform-hmr

The project is already configured.If you want to know how to configure the project, just read [this article] (http://blog.csdn.net/kun5706947/article/details/52596766).

About

Learn how to start a react app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published