Skip to content

Modern React project starter template, based on Webpack and Typescript

Notifications You must be signed in to change notification settings

ceoro9/react-starter-template

Repository files navigation

React Starter Template

Modern React project starter template, based on Webpack and Typescript

Running

sudo docker-compose up --build

Template constists of:

  • Webpack multile environments setup and configuration
  • Development server and hot module replacement
  • TypeScript transpiling and type-checking
  • EsLint setup and configuration
  • Jest/Enzyme testing environment
  • Redux support
  • Support of SCSS with typings
  • Dockerized environment

React Codebase Source Overview

  • /api: fetching functions and TS types for API responses
  • /app: main component
  • /components: components that are reused in multiple places
  • /features: components for specific domains
  • /utils: various utility functions

Source

About

Modern React project starter template, based on Webpack and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published