New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-flux-starter-kit-windows

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flux-starter-kit-windows

Includes BrowserSync Browserify React Flux Bootstrap Bootstrap-react jquery jquery-ui webpack custom-cli

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

  • BrowserSync
  • React Bootstrap
  • JQuery
  • JQuery-UI
  • Webkit
  • NPM

##Installation

  • npm install -g react-flux-starter-kit this will install a command called mtn
  • Navigate to a directory where you would like a new project to reside and run
mtn dew project [project_name]   (projects folder name)
  • Once it is complete run :
npm install -g webpack
npm install
  • 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

Keywords

react

FAQs

Package last updated on 27 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts