Go to file
NetMan 9117ac3b31 Working on assigning DOM events to object class functions 2024-02-09 10:26:41 +01:00
src Working on assigning DOM events to object class functions 2024-02-09 10:26:41 +01:00
.gitignore Initial start project 2024-02-06 23:07:08 +01:00
README.md Icons, little CSS tweaks, changed DOM/genElement functions 2024-02-08 01:17:43 +01:00
package-lock.json Icons, little CSS tweaks, changed DOM/genElement functions 2024-02-08 01:17:43 +01:00
package.json Icons, little CSS tweaks, changed DOM/genElement functions 2024-02-08 01:17:43 +01:00
postcss.config.js Added basic display of default project and tasks 2024-02-07 00:51:11 +01:00
tailwind.config.js Icons, little CSS tweaks, changed DOM/genElement functions 2024-02-08 01:17:43 +01:00
webpack.common.js Added basic display of default project and tasks 2024-02-07 00:51:11 +01:00
webpack.dev.js Initial start project 2024-02-06 23:07:08 +01:00
webpack.prod.js Initial start project 2024-02-06 23:07:08 +01:00

README.md

odin-todo

Project using npm, webpack, tailwindcss, lucide (icons)

setup

cd into this dir

to install all required dependencies - first run: npm i

to build for production @ /dist: npm run build

to launch dev server: npm run dev