0.13.0 • Published 9 years ago

react-app-kit v0.13.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

React App Kit NPM Version

npm install -g react-app-kit

Generate a React Application

react new <app-name> [directory]

Run npm install within the created application directory to install the needed packages.

Included Files

  • app/index.js - The primary entry point for the application
  • public/index.html - A basic HTML file to contain the application

React App Kit does not make any decision on the pattern of your application (Flux, FRP, etc.), but generally you simply npm install your desired package, and use ES2015 import in your application code to use it.

Building the Application

All static files should be placed inside the public/ directory; this is where Webpack builds its output (application.js) to.

  • Build the application, minified for production
    • npm run build
  • Run linting check on app/
    • npm run lint
  • Synchronize installed NPM dependencies (does npm install && npm prune)
    • npm run sync
  • Run any Jest tests inside app/
    • npm run test
  • Build the application, watch for changes for development
    • npm run watch

Example Application

See react-app-example for a full example application based on the react-app-kit build.

0.13.0

9 years ago

0.12.0

9 years ago

0.11.0

9 years ago

0.10.0

9 years ago

0.9.0

9 years ago

0.8.0

9 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.20

10 years ago

0.0.19

10 years ago

0.0.18

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago