simon8029 / canechair.cli

TypeScripted ReactJS Development Environment Starter Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CaneChair.Cli

Full-Stack JavaScript Development Environment Starter Kit

Create an fundation of full-stack Javascript Project in no time. (MERN Stack for now, other stacks are coming)

Build Status GitHub issues GitHub closed issues license GitHub commit activity the past week, 4 weeks, year GitHub last commit CaneChair-Cli

Overview

npm install -g canechair-cli

canechair-cli my-app 
cd my-app/
npm start

What’s Inside?

  • React/Redux
  • Webpack
  • Babel
  • EsLint/TsLint
  • Jest
  • Enzyme
  • and Others

Highlight

  • React, JSX, ES6 syntax support.
  • Language extras beyond ES6 like the object spread operator.
  • A dev server that lints for common errors.
  • CI integrated for Travis and Appveyor
  • When build for production:
    • Extract/Purify/Minify CSS
    • Uglify JavaScripts
    • Extract Bundles

About

TypeScripted ReactJS Development Environment Starter Kit

License:MIT License


Languages

Language:JavaScript 100.0%