Skip to content

insbodhi/react-starter

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.6%
  • SCSS 6.0%
  • HTML 3.2%
  • CSS 2.4%
  • Shell 0.8%