Skip to content

Babel 7, Typescript, React, Redux, Sagas, Styled Components

Notifications You must be signed in to change notification settings

KITSAlexBrown/babel7-typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel7-typescript

Babel 7, Typescript, React, Redux, Sagas, Styled Components

Getting started

Dev and Prod Builds

  • Set NODE_ENV to development for dev build (source maps, no uglification or minification)
  • Set NODE_ENV to production for prod build (no source maps, uglification and minification)
  • Defaults to prod build if NODE_ENV is not set

About

Babel 7, Typescript, React, Redux, Sagas, Styled Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.1%
  • JavaScript 30.9%