a7bb88d061 | ||
---|---|---|
imgs | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
Makefile | ||
README.md | ||
package.json | ||
tsconfig.json |
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