See this site live at https://fcc-js-frameworks-certificate.patrickmccartney.dev
This site is built with Astro, React, and Svelte to complete the Free Code Camp Frontend Development Libraries Certification. The course covers Bootstrap, jQuery, SASS, React, and Redux. For the final projects I chose React and Svelte since I usually use Ember.js for work, but you should be able to use any framework and Astro supports quite a few.
yarn install
ornpm install
yarn start
ornpm start
yarn build
ornpm build
- The
dist
folder can now be uploaded or served wherever you like.