Site vitrine - CV
|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
cv
Site vitrine - CV
Tailwindcss
With the Tailwind CLI tool, run the command to build your css:
npx @tailwindcss/cli -i ./src/input.css -o ./src/output.css --watch
TypeScript
To transpile TypeScript files into JavaScript, run:
npx tsc ./src/main.ts --target es6 --module es6 --outDir build/