Skip to content

First Boilerplate Release

Latest
Compare
Choose a tag to compare
@pragyakar pragyakar released this 27 Feb 07:17
658505e

Initial release with everything required to get up and running with react

v0.1.0

  • React app setup with webpack configuration
  • Typescript compiler and lint setup
  • Async store setup with Redux and Redux Saga
  • Testing setup with Jest & Enzyme
  • Auth0 authentication setup
  • Environment variables setup with DotEnv
  • Formatting setup with Prettier and Husky
  • Router setup with React Router
  • Scripts setup for development, deployment and tests
  • Sass compiler with node-sass and sass-loader
  • Example and Sample files