Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.08 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.08 KB

My Free Code Camp Frontend Libraries Certification Projects

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.

Development

  • yarn install or npm install
  • yarn start or npm start

Deployment

  • yarn build or npm build
  • The dist folder can now be uploaded or served wherever you like.