Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 474 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 474 Bytes

react-tsx-boilerplate

React boilerplate with typscript, webpack dev server, production build

FEATURES

Does not make use of 'devDepencencies' and saves on disk space. Stuff like like the typescript comipler, webpack, etc are installed globally. development dependencies are usually common across projects and can take several hunred megabytes for a single project. Your node_modules gets mega bloated. Make this global.

INSTALLATION

  • Run the setup.sh script