项目作者: jwill9999

项目描述 :
React Redux Navigation Template INCOMPLETE
高级语言: JavaScript
项目地址: git://github.com/jwill9999/react_redux_template.git
创建时间: 2017-02-22T23:47:11Z
项目社区:https://github.com/jwill9999/react_redux_template

开源协议:

下载


React and Redux Template

Template for a React/Sass/Redux/navigation build.

Getting Started

To get started, first install all the necessary dependencies.

  1. > npm install

Start the development server (changes will now update live in browser)

  1. > npm start

To view your project, go to: http://localhost:3000/

To build for production

  1. > npm run prod