Skip to content

rmorris84/react-starter

Repository files navigation

Simple React Boilerplate

Simple React Boilerplate for my projects.

Getting Started

  1. Install
  2. Setup ESLint, Flow, and Prettier VSCode setup
  3. Run Dev Server
  4. Run Flow
  5. Start Building

Install

npm install

for Development

npm run dev

for Build

npm run build

Flow

// start the flow server
npm run flow start
// stop the flow server
npm run flow stop
// check the flow status
npm run flow status
// check the flow coverage percentage
npm run flow coverage

Features

Todo

  • Add testing with Jest
  • More to come...

About

React Starter for my personal projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors