└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # awesome-starter 2 | 3 | A collection of awesome things to help you fresh start a new project fast. 4 | 5 | ## Table of Contents 6 | 7 | 8 | 9 | 10 | 11 | - [React](#react) 12 | - [AngularJS](#angularjs) 13 | - [Node](#node) 14 | - [Web](#web) 15 | - [PHP](#php) 16 | - [Jekyll](#jekyll) 17 | - [License](#license) 18 | 19 | 20 | 21 | ## React 22 | 23 | - [React Transform Boilerplate](https://github.com/gaearon/react-transform-boilerplate) - A new Webpack boilerplate with hot reloading React components, and error handling on module and component level. 24 | - [React Hot Boilerplate](https://github.com/gaearon/react-hot-boilerplate) - Minimal live-editing boilerplate for your next ReactJS project 25 | - [React Isomorphic Starterkit](https://github.com/RickWong/react-isomorphic-starterkit) - Create an isomorphic React app in less than 5 minutes! 26 | - [Webpack React Starter](https://github.com/webpack/react-starter) - Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS! 27 | - [React Starter Kit ](https://github.com/kriasoft/react-starter-kit) - a skeleton of an "isomorphic" web application / SPA built with React.js, Express, Flux, ES6+, JSX, Babel, PostCSS, Webpack, BrowserSync... 28 | - [React Server](https://github.com/egoist/react-server) - React server-side scaffold 29 | - [React Redux Universal Hot Example](https://github.com/erikras/react-redux-universal-hot-example) - A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-hot-loader 30 | - [Redux React Router Async Example](https://github.com/emmenko/redux-react-router-async-example) - A showcase of the Redux architecture with React Router 31 | - [Starter Node React](https://github.com/wwsun/starter-node-react) - a starter project structure for react-app 32 | 33 | ## AngularJS 34 | 35 | - [Angular Kickstart](https://github.com/vesparny/angular-kickstart) - speed up your AngularJS development and testing with a great gulpjs build system. 36 | - [Starter Node Angular](https://github.com/scotch-io/starter-node-angular) - A starter kit for Node and Angular Single Page Apps 37 | 38 | ## Node 39 | 40 | - [Gulp Starter](https://github.com/vigetlabs/gulp-starter) - A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder 41 | - [Node.js Starter](https://github.com/rickyrauch/nodejs-starter) - Single Page App setup using industry's best practices and modules. 42 | - [Hackathon Starter](https://github.com/sahat/hackathon-starter) - A boilerplate for Node.js web applications 43 | - [Express Babel Starter](https://github.com/egoist/express-babel-starter) - Using Express with ES6+ 44 | - [Meteor Starter](https://github.com/yogiben/meteor-starter) - A Meteor boilerplate with a lot packed in. Written in Coffeescript. 45 | 46 | ## Web 47 | 48 | - [Web Starter Kit](https://github.com/google/web-starter-kit) - Web Starter Kit is an opinionated boilerplate for web development. 49 | - [HTML5 Starter](https://github.com/joomlapro/starter) - Start an HTML5 project in 15 seconds! 50 | - [Polymer Starter Kit](https://github.com/PolymerElements/polymer-starter-kit) - A starting point for Polymer 1.0 apps 51 | - [Ember Starter Kit](https://github.com/emberjs/starter-kit) - A starter kit for Ember 52 | 53 | ## PHP 54 | 55 | - [Sage](https://github.com/roots/sage) - The best WordPress starter theme with a modern front-end development workflow. 56 | 57 | ## Jekyll 58 | 59 | - [Jekyll Prose Starter](https://github.com/prose/starter) - A starter site for Jekyll + Prose 60 | - [Jekyll Bootstrap](https://github.com/plusjade/jekyll-bootstrap) - The quickest way to start and publish your Jekyll powered blog. 100% compatible with GitHub pages. 61 | - [Jekyll Now](https://github.com/barryclark/jekyll-now) - Build a Jekyll blog in minutes, without touching the command line. 62 | 63 | 64 | ## License 65 | 66 | This list is under the Creative Commons Attribution-ShareAlike 3.0 Unported License. 67 | --------------------------------------------------------------------------------