Very basic calendar single page application.
Is up and living at gh-pages.
- Open demo url with Safari
- Save the page in your Home menu
- It should work like a real app (also offline)
git clone https://github.com/supersuklaa/hyper-cal.gitcd hyper-calnpm installnpm run dev- Thäts it
The browser should open localhost:1234 automagic, and reload as you save new code. 🚀
npm run build- You have a nice package in your
docsfolder - Commit your stuff (including the
docsfolder) - Push to origin/master
- Your new version is up here