A small collection of fairly minimal TypeScript starter projects that include Prettier.
Each starter project is contained within a git branch.
These include:
nodejs
- to create an application for Node.js.browser
- to create an application for the browser, building with webpack and SWC.browser-with-react
- to create an application for the browser, building with webpack and SWC; and using, as framework, React with.tsx
files.
The branches are organized in a tree like so:
If making changes to functionality across multiple branches, be sure to make the changes to the root branch that includes them all and then merge that root into each child branch.