All Projects → Granze → React Starterify

Granze / React Starterify

A minimal React JS application starter kit

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Starterify

Fast
Develop, build, deploy, redeploy, and teardown frontend projects fast.
Stars: ✭ 126 (-81.17%)
Mutual labels:  boilerplate, postcss
Frontbook
📖 FrontBook is a small and modern frontend boilerplate, enabling you to write ES201* today in production-ready projects.
Stars: ✭ 102 (-84.75%)
Mutual labels:  browserify, boilerplate
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (-81.02%)
Mutual labels:  boilerplate, postcss
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (-86.85%)
Mutual labels:  boilerplate, postcss
Electron React Webpack Boilerplate
Minimal Electron, React, PostCSS and Webpack boilerplate to help you get started with building your next app.
Stars: ✭ 312 (-53.36%)
Mutual labels:  boilerplate, postcss
Wordpressify
🎈 A build system designed to automate your WordPress development workflow.
Stars: ✭ 1,374 (+105.38%)
Mutual labels:  boilerplate, postcss
Generator Dhboilerplate
Boilerplate made by David Hellmann
Stars: ✭ 54 (-91.93%)
Mutual labels:  browserify, boilerplate
React Cool Starter
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
Stars: ✭ 1,083 (+61.88%)
Mutual labels:  boilerplate, postcss
Kratos Boilerplate
🔥 A simple boilerplate for creating statics PWA using Webpack, Pug, PostCSS and CSS Modules
Stars: ✭ 308 (-53.96%)
Mutual labels:  boilerplate, postcss
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (-54.11%)
Mutual labels:  boilerplate, postcss
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (-89.24%)
Mutual labels:  boilerplate, postcss
React Mobx Typescript Boilerplate
A bare minimum frontend boilerplate with React 16.7, Typescript 3.2 and Webpack 4
Stars: ✭ 378 (-43.5%)
Mutual labels:  boilerplate, postcss
Gp Vue Boilerplate
Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
Stars: ✭ 71 (-89.39%)
Mutual labels:  boilerplate, postcss
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+144.1%)
Mutual labels:  boilerplate, postcss
React Redux Typescript Boilerplate
A bare minimum frontend boilerplate with React 16, Typescript 3 and Webpack 4
Stars: ✭ 1,100 (+64.42%)
Mutual labels:  boilerplate, postcss
Frontend Webpack Boilerplate
Simple starter webpack 5 project template supporting SASS/PostCSS, Babel ES7, browser syncing, code linting. Easy project setup having multiple features and developer friendly tools.
Stars: ✭ 242 (-63.83%)
Mutual labels:  boilerplate, postcss
Gatsby Starter Alchemy
A Gatsby starter with PostCSS powers ✨🔮
Stars: ✭ 23 (-96.56%)
Mutual labels:  boilerplate, postcss
Jekyll Boilerplate
Helpful files to get started working on a new Jekyll website
Stars: ✭ 30 (-95.52%)
Mutual labels:  boilerplate, postcss
Modular Css
A streamlined reinterpretation of CSS Modules via CLI, API, Browserify, Rollup, Webpack, or PostCSS
Stars: ✭ 234 (-65.02%)
Mutual labels:  browserify, postcss
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (-47.23%)
Mutual labels:  boilerplate, postcss

Build Status bitHound Score Dependency status Dev dependency status

React Starterify

A minimal React JS application starter kit.

Start small, add what you need.

React Starterify aims to give you a good starting point for your projects. If you're looking for a minimal ES6 (ES2015) React JS starter with nice shallow rendering test examples, this is probably for you.

Why there are no Flux or Isomorphic things inside?

If you are a beginner, you probably don't want a complex structure with lots of things to care about. If you are an advanced user, and you need more features, you can choose one of the thousand existing full-stack starter kit. Or you can build your own.

Usage

Download React Starterify

Install the dependencies:

npm install

Test:

npm test

Development mode with livereload:

npm run watch or just npm start

When you are done, create a production ready version of the JS bundle:

npm run build

Deploy on Github pages with one command:

npm run deploy

What's new in v2.0:

  • React Router integration
  • CSS processing via PostCSS
    • cssnano for minification
    • nested
    • extend
    • vars
    • autoprefixer
  • gulpfile written in ES6 (ES2015)
  • better folder structure
  • no predefined AJAX libraries (use Fetch or Superagent if you need one).

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].