nisimjoseph / cli

Universal React+GraphQL starter kit CLI: React, Apollo, Webpack 2, React Router 4, PostCSS, SSR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactQL

Universal React+GraphQL starter kit CLI

React for UI. Apollo for GraphQL. Redux for stores. Browser + server-side rendering.

Easy CLI tool for Mac/Windows/Linux. Just npm i -g reactql and run reactql new to start your next project.

Maintained and updated regularly.

Features

  • Support both the ReactQL Javascript (ES6) and Typescript kits.
  • Easy command line tool - works on Mac, Windows and Linux.
  • Versioned to a JS/TS kit pair, so you know exactly what you're installing.
  • Trivial to install/upgrade. Just npm i -g reactql.
  • Start a new project in just one command - reactql new
  • CLI does all the heavy lifting - downloads the kit, install packages, and lets you get right to work.

See the starter kit for a full feature list.

Quick start

Install the ReactQL command-line tool on Mac/Windows/Linux:

npm i -g reactql

Then run reactql for help, or reactql new to start a new project.

Screenshot

Documentation

See https://reactql.org for full features + documentation.

About

Universal React+GraphQL starter kit CLI: React, Apollo, Webpack 2, React Router 4, PostCSS, SSR

License:MIT License


Languages

Language:JavaScript 100.0%