• Stars
    star
    666
  • Rank 66,005 (Top 2 %)
  • Language
    JavaScript
  • Created almost 10 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A minimal React JS application starter kit

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

More Repositories

1

awesome-polymer

A collection of awesome Polymer resources.
396
star
2

flip-clock

A flip clock, timer and countdown made with Polymer
HTML
69
star
3

applause

HTML presentations powered by Angular JS
CSS
17
star
4

identicon-avatar

πŸ‘Ύ GitHub style identicon avatar
HTML
15
star
5

flip-clock-vanilla

A flip clock, timer and countdown made with vanilla web components
JavaScript
12
star
6

last-fm

A modular Polymer element that fetch basic last.fm infos for a given user.
HTML
12
star
7

accounting-element

Element wrapper for the accounting.js library
HTML
8
star
8

neutrino

A simple Markdown editor built with React.js and Electron
CSS
4
star
9

seed-element-next

[WIP] ES2015 version of the official seed-element
HTML
4
star
10

dotfiles

Just my dotfiles
Shell
3
star
11

cliffhanger

A simple Progressive Web App to convert climbing grades.
JavaScript
2
star
12

LDD

Lighthouse Driven Development
JavaScript
2
star
13

granze.net

My personal website
HTML
2
star
14

Sublime2-snippets

Useful snippets for Sublime text editor 2
2
star
15

G-zsh-theme

My zsh theme for oh-my-zsh https://github.com/robbyrussell/oh-my-zsh
1
star
16

codemotion2014-polymer

Slides from my talk: Polymer - lego for the web @ Codemotion Milan 2014
CSS
1
star
17

G-zsh-theme-2

An improved version of my zsh theme
1
star
18

granze.github.io

My awesome website
HTML
1
star
19

polymer-codelab-messina

HTML
1
star
20

eslint-plugin-ce-listeners

1
star
21

G-boilerplate

A minimal HTML5 structure with SASS/Compass, jQuery and Bower support
Ruby
1
star
22

babel-script

A Polymer element that extends the HTML script tag to support ES2015 +
HTML
1
star