itsfaqih / fama

TailwindCSS based personal branding template. Built with react and framer-motion

Home Page:https://old-itsfaqih.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module not found: Can't resolve 'assets/css/app.css' in '/Users/Neutron/Product/Profile/src'

codevjs opened this issue · comments

Hi, thanks for opening the issue.
app.css is only exist after compiling the tailwind css, have you tried to run the npm run watch:style or npm run build:style before?

no, i just run the yarn install and yarn start

Try to run yarn watch:style or yarn build:style

okay, its work thanks