A simple todo list PWA app for Front-end Developer Interview preparation. [Note this is not a absolute list]
However you get the code, you can install dependencies and run the project in development mode with:
cd fedi-todo
npm install # or yarn
npm run dev
Open up localhost:3000 and start clicking around.
Sapper expects to find two directories in the root of your project — src
and static
.
All app data is under src/data
directory. Feel free to if it's required.
npm run export
npm run deploy
Note: Edit respective domain name in package.json deploy script
Todo list is curated from above article.