These are for fun! You know, it's kinda nice to have some experience trying to build these things without a framework first. Luckily we have things like string templates and es modules now too. Get in there and make stuff. This isn't about best-practices and doing it "right" the first time. Enjoy the exploration. Who knows!, you might come up with a unique angle and build the next even better framework one day.
- clone the repo
- open a terminal
- navigate to the folder of the repo
cd projets/js-app-prototype
or something npm install
- this project uses Vite as the build-tool and live server
npm run dev
will start the server
To stop the server, type control + c
(note the server will tell you the URL to visit / and you can click it)
- main (will eventually be cleared out a bit as a starter)
- lunch-order (small menu, cart, and admin)
- ?