mfeitoza / react-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Starter

A personal starter kit with all the essentials to kick off any project with minimal rewrite.

Features

  • React app from scratch. No Create-React-App here.
  • Structured everything! Somewhat opinionated.
  • Storybook integration setup included.
  • Testing from the start.
  • ENVs built into webpack and react for different builds
  • Minimal amount of libraries in dependencies to get you started.
  • Not so minimal in devDependencies. 😄

Installation

git clone https://github.com/michaelmcshinsky/react-starter;

cd react-starter;

npm install;

npm start;

About


Languages

Language:JavaScript 90.0%Language:CSS 7.2%Language:HTML 2.8%