git clone https://github.com/jsnelgro/typescript-react-scss-modules-template my-cool-project
cd my-cool-project
rm -rf .git
npm install
npm start
# visit http://localhost:1234
Everything is in src
. Example of a self contained component is in src/components/Button
typescript compiler (preserve jsx) -> babel compiler -> parcel bundler -> html/css/js