anthonydillon / react-starter

Webteam react starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canonical Webteam React Starter

This provides a minimal react starter application with some sensible defaults:

Getting Started

  1. clone this repo
  2. run yarn install
  3. run yarn start to start the dev-server.

What's here

Webpack 4

  • ES6
  • environment based configuration
  • es-lint (default configuration for now, including eslint-plugin-react)
  • JS/CSS minification/uglification.
  • dev server with hot module replacement

Vanilla integration

  • SASS integration via sass-loader and node-sass-chokidar.
  • Using vanilla-framework-react
  • Example vanilla component usage in components/hello_world.js

Misc

  • Redux - state management with actions and reducers.
  • Lodash - swissarmy knife lib with many useful functional tools.

Not Included, but probably should be

Not Included, project dependant

Bike shed topics

About

Webteam react starter


Languages

Language:JavaScript 88.6%Language:HTML 10.8%Language:CSS 0.5%