This is a template repository you can use to quickly create a checklist similar to the awesome Angular Checklist
This template repository uses @marmicode/checklist-cli
(based on Angular Checklist) to convert markdown like this :
---
title: put code samples
---
# Problem
It's hard to explain code without `code`.
# Solution
Write code like this:
\`\`\`ts
const boom = () => setInterval(boom);
boom();
\`\`\`
**WARNING:** THIS WILL EXPLODE 💥
into something friendly like this:
-
Use this template by clicking the "Use this template" button above 👆
-
Install dependencies
npm install # or yarn
- Start the local server
npm start # or yarn start
-
Edit the markdow content in the
content
folder -
Once satisfied, you can build your app
npm run build # or yarn build
and deploy dist/browser
wherever you want
Co-author of Angular-Checklist
Dominic Elm twitter: @elmd_ |
Co-author of Angular-Checklist
Kwinten Pisman twitter: @KwintenP |
||
Author of @marmicode/checklist-cli
Younes Jaaidi twitter: @yjaaidi |