tvl-depot/website/goals
William Carroll 3ff6ae3697 Use Parcel's --public-url option when building
By default Parcel prefixes output paths with /. So when Chrome loads
wpcarro.dev/goals it attempts to get the CSS and JS and other assets from
wpcarro.dev/ instead of wpcarro.dev/goals/. Using the --public-url ./ option
makes Parcel output relative paths, which should work better for my needs.
2020-03-25 17:18:51 +00:00
..
src Use boilerplate/typescript for goals 2020-03-25 17:04:41 +00:00
.gitignore Use boilerplate/typescript for goals 2020-03-25 17:04:41 +00:00
default.nix Use Parcel's --public-url option when building 2020-03-25 17:18:51 +00:00
package.json Use boilerplate/typescript for goals 2020-03-25 17:04:41 +00:00
postcss.config.js Use boilerplate/typescript for goals 2020-03-25 17:04:41 +00:00
README.md Create wpcarro.dev/goals 2020-03-25 16:30:22 +00:00
shell.nix Use boilerplate/typescript for goals 2020-03-25 17:04:41 +00:00
tailwind.config.js Use boilerplate/typescript for goals 2020-03-25 17:04:41 +00:00
tsconfig.json Use boilerplate/typescript for goals 2020-03-25 17:04:41 +00:00
yarn.lock Use boilerplate/typescript for goals 2020-03-25 17:04:41 +00:00

Goals

Kent C. Dodds taught me that I can create a React website without any bundling software. To practice this, I created a simple React app to track some of my goals. Notice how I wrote JSX inside of a <script type="text/babel"> tag.