Skip to content

yutingkuang/react_redux_start_kit

 
 

Repository files navigation

react_redux_start_kit

專案開發框架與其環境設定,包含基礎程式範例。

version

  1. nodeJS v6.11.5
  2. npm v3.10.10

設計核心

  • 多人多工開發模式: 模組化程式,開發者僅需維護自己負責的 container

  • 簡化的配置: 快速綁定 reducer、router

開始使用

線上看

文件

下載專案

git clone git@github.com:mega-media/react_redux_start_kit.git

安裝

cd react_redux_start_kit
npm install

執行

npm start

開啟你常用的瀏覽器,並前往 http://127.0.0.1:8888 即可看到執行成果

npm start預設執行的模式為develop,假如port 8888已被使用,可至./config/env.js變更

production 版本

npm run production

將專案壓縮、編碼並移除註解與console

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%