A personal boilerplate for prototyping app ideas, life choices, and cults.
- Get an idea
- Install webpack and TypeScript globally
npm install -g typescript webpack
- Run
npm link typescript
why? So you don't have to download a local copy. - Install yarn yarn why yarn? Because it's soft and yarny.
- Run
yarn
command. - Run
npm start
- Congratulate yourself, self-fives, tell the computer how great you are.