/generator-react-kayak

React application generator

Primary LanguageJavaScript

generator-react-kayak

Helping you learn React development, forwards and backwards.

Features

Goals

Dependencies

Get Started

  • Install generator-react-app:
    • npm install -g generator-react-kayak
  • Create your application folder:
    • mkdir ~/Projects/MyApp && cd ~/Projects/MyApp
  • Generate your React App
    • yo react-kayak
  • npm start and enjoy!

Sub-generators

View

Component

Action

Store

Mixin

Additional commands

  • npm test - Run Jest test suite
  • gulp build - Create distribution bundle in /dist
  • gulp preview - Create a server running the distribution bundle

Contributing