1.1.4 • Published 9 years ago

react-flux-starter-kit v1.1.4

Weekly downloads
6
License
ISC
Repository
github
Last release
9 years ago

React Flux Starter Kit

If you are like me, a starter kit should have a folder structure imposed, common UI Libraries, generators, and a dependable server all out of the box. This kit attempts to do that.

Built In Services

##Installation 1. npm install -g react-flux-starter-kit this will install a command called mtn 2. Navigate to a directory where you would like a new project to reside and run

mtn dew project [project_name]   (projects folder name)
  1. Once it is complete run :
npm install -g webpack
npm install
  1. Then start the server with:
mtn s

File Structure

├── app
│   ├── actions
│   ├── components
│   │   └── app.js
│   ├── constants
│   ├── dispatchers
│   ├── stores
│   ├── main.js
│   └── router.js
├── public
│   ├── assets
│   │   └── images
│   │       └── mtn.png (used on starter page)
│   ├── js
│   │   └── main.js
│   ├── vendor
│   │   ├── css
│   │   │   ├── bootstrap.min.css
│   │   │   └── jquery-ui.css
│   │   └── js
│   │       ├── bootstrap.min.js
│   │       ├── imports.js
│   │       ├── jquery-ui.min.js
│   │       ├── jquery.min.js
│   │       ├── radium.min.js
│   │       ├── react-bootstrap.min.js
│   │       ├── react.js
│   │       └── react.min.js
│   └── index.html
├── package.json
└── webpack.config.js
1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

0.0.2

10 years ago

1.0.0

10 years ago