/react-boilerplate

My current React.js boilerplate

Primary LanguageTypeScriptMIT LicenseMIT

React Boilerplate

What's Included?

Preferred Directory Structure

.
├── public
└── src
    ├── components
    │   └── App
    ├── statecharts
    │   ├── actions
    │   ├── machines
    │   ├── services
    │   └── utils
    └── typings
  • statecharts directory includes custom xstate configuration.
  • typings for typescript type defs.