Go to file
NetMan 05e20d25d2 Little changes, grid, adding "template" elements 2024-02-07 17:38:08 +01:00
src Little changes, grid, adding "template" elements 2024-02-07 17:38:08 +01:00
.gitignore Initial start project 2024-02-06 23:07:08 +01:00
README.md Added basic display of default project and tasks 2024-02-07 00:51:11 +01:00
package-lock.json Added basic display of default project and tasks 2024-02-07 00:51:11 +01:00
package.json Added basic display of default project and tasks 2024-02-07 00:51:11 +01:00
postcss.config.js Added basic display of default project and tasks 2024-02-07 00:51:11 +01:00
tailwind.config.js Little changes, grid, adding "template" elements 2024-02-07 17:38:08 +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

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