first commit

This commit is contained in:
Pierre Tellier 2024-04-20 14:06:13 +02:00
commit 547b5de903
1 changed files with 16 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
## 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`