Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 374 Bytes

File metadata and controls

19 lines (14 loc) · 374 Bytes

typescript-react-sass-webpack-babel-boilerplate

PLEASE CHECK OUT MY NEWER, BETTER 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 :)