This is just some personal notes for trial testing of EJS, npm and TailwindCSS during the discussion in Code MNL
npm install
npm run start // npm run dev
npm run devcss
npm init -y
npm install autoprefixer ejs express express-ejs-layouts path postcss nodemon postcss-cli tailwindcss
npm install --save-dev nodemon postcss-cli tailwindcss
npx tailwindcss -i public/assets/styles/global.css -o public/assets/styles/style.css --watch
Notes to self:
What's the use of postcss?
---Added postcss config file and the devcss worked. Add manualy.