Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 279 Bytes

File metadata and controls

15 lines (13 loc) · 279 Bytes

typescript-react-sass-webpack-babel-boilerplate

This is a basic boilerplate for these technologies:

  • TypeScript
  • React
  • SASS
  • Webpack
  • Babel

Setup dev environment

  1. Check this repo out.
  2. yarn install
  3. yarn run webpack:dev
  4. open index.html

Happy coding :)