Skip to content

patrickkunka/react-ts-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React TypeScript Boilerplate

A simple boilerplate for developing React applications in TypeScript, including:

  • TypeScript
  • React & React DOM
  • Webpack
  • CSS Modules / SCSS
  • TS Node
  • Express
  • JSDOM
  • Mocha
  • Chai
  • Sinon
  • Enzyme
  • TSLint
  • Prettier

Scripts

  • start: Starts an express server for mocking API responses
  • dev: Bundles the react app and serves over webpack dev server on 8080
  • build: Bundles the react app and exports to dist
  • types:scss: Generates static typing for SCSS imports
  • types:scss:watch: As above, but watches for file changes
  • test: Runs unit tests
  • test:watch: Runs unit tests and watches for file changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published