mitxpro-dev / learnjs

Learn JS
https://mitxpro-dev.github.io/learnjs/
MIT License
1 stars 2 forks source link

feat: Pivot to SWC, Vite, React, TS #24

Closed HudsonGraeme closed 1 year ago

HudsonGraeme commented 1 year ago
# Description Issue: #23 - [x] Replaced [NextJS](https://nextjs.org/) with [Vite](https://vitejs.dev/) + [SWC](https://swc.rs/) + [React](https://react.dev/) + [Typescript](https://www.typescriptlang.org/) - [x] Updated both GitHub Actions build and check scripts based on new deployment strategy - [x] Implemented routing via [react-router-dom](https://reactrouter.com/en/main) and adjusted links accordingly # Screenshots
Click here for screenshots image
# Notes > **Note** > The app is now deployed at http://localhost:5173 locally rather than port 3000 Let me know if any improvements can be made here or for any clarifications :) Resolves #23
HudsonGraeme commented 1 year ago

:fire: Thanks @codeTrackLift!!

HudsonGraeme commented 1 year ago

Vite :heart: