UNPKG

generator-thundr-gae-ts-react

Version:

Yeoman generator for a React/TypeScript app that runs atop Thundr on Google App Engine

51 lines (37 loc) 1.66 kB
# generator-react-thundr-gae [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] > Yeoman generator for a React/TypeScript app that runs atop Thundr on Google App Engine ## Installation First, install [Yeoman](http://yeoman.io) and generator-react-thundr-gae using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). ```bash npm install -g yo npm install -g generator-react-thundr-gae ``` Then generate your new project: ```bash yo react-thundr-gae ``` ## To Do - [x] LESS - [x] Autoprefixer - [x] TypeScript - [x] Minification - [x] Hot Module Reloading - [x] Add README doc to generated project - [x] Generate favicon set - [ ] Compress images - [ ] Split vendor and application bundles and use chunkhash - [ ] Sample API endpoint - [ ] Sample frontend tests ## Getting To Know Yeoman * Yeoman has a heart of gold. * Yeoman is a person with feelings and opinions, but is very easy to work with. * Yeoman can be too opinionated at times but is easily convinced not to be. * Feel free to [learn more about Yeoman](http://yeoman.io/). ## License MIT © [Dave Kuhn]() [npm-image]: https://badge.fury.io/js/generator-react-thundr-gae.svg [npm-url]: https://npmjs.org/package/generator-react-thundr-gae [travis-image]: https://travis-ci.org/kuhnza/generator-react-thundr-gae.svg?branch=master [travis-url]: https://travis-ci.org/kuhnza/generator-react-thundr-gae [daviddm-image]: https://david-dm.org/kuhnza/generator-react-thundr-gae.svg?theme=shields.io [daviddm-url]: https://david-dm.org/kuhnza/generator-react-thundr-gae