项目作者: kkodali

项目描述 :
Fork it for all simple react projects
高级语言: JavaScript
项目地址: git://github.com/kkodali/reactJS-starterKit.git
创建时间: 2017-06-21T17:58:32Z
项目社区:https://github.com/kkodali/reactJS-starterKit

开源协议:

下载


reactJS-starterKit

Fork it for all simple react projects.

Please read these instructions before you start.

Clone or download the zip file into your local.
If downloaded a zip file extract to designated location as needed.

cd into this folder from your favourite terminal.

Run $ npm install
//This will install all required packages into node_modules

Run $ webpack-dev-server
//By default it will point to port8080, you can configure this to any port you like.

Open your favourite browser and open http://localhost:8080/ to see welcome message.