Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 589 Bytes

File metadata and controls

25 lines (17 loc) · 589 Bytes

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;