Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 449 Bytes

File metadata and controls

12 lines (10 loc) · 449 Bytes

blueprint-reactjs-typescript

A blueprint project for getting up and running quickly with ReactJS, Redux and Typescript. Providing a clean solution architecture for "large" enterprise frontend applications.

Features including:

  • ReactJS
  • Redux
  • Typescript
  • Cancelable Async/await api calls with axios
  • IoC with InversifyJS
  • Webpack4
  • Webpack aliases (using relative paths for own code like import { SomeClass } from '@core/infrastructure';