Skip to content
This repository was archived by the owner on Apr 10, 2019. It is now read-only.

GudarJs/react-scaffolding

Repository files navigation

react-scaffolding

Personal starter-kit for react applications.

Features

  • ESLint based in Airbnb JavaScript Styleguide
  • Stylint based in standard config rules
  • React v15
  • React-Router v3
  • Redux with React-Redux and React-Router-Redux
  • ImmutableJS for immutable store data
  • Redux-Thunk for async actions.
  • Babel ES2015, ES2016, ES2017 & Stage-0 Stage-2 presets
  • MaterializeCSS for CSS Framework
  • Webpack for Module Bundling
  • Flow for Static Typing

Commands

Start

Run a development server, watch files for restart and run tests.

yarn run start

Build

Create a dist directory, minify js, extract css on styles.css file.

yarn run build

License

MIT @GudarJs

About

Personal starter-kit for react applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published