Go to file
Pierre Tellier 547b5de903 first commit 2024-04-20 14:06:13 +02:00
README.md first commit 2024-04-20 14:06:13 +02:00

README.md

Start parcel server

npm run parcel

Launch esling check

npm run eslint

Build single JS and CSS files

npx parcel build --public-url '.'

Cleanup the parcel cache

rm -rf .parcel-cache