Install dependencies via npm install
Start local server with npm run dev
Command | Description |
---|---|
npm run lint:css | Lint CSS files |
npm run lint:css-fix | Lint CSS files, and try to fix errors |
npm run lint:js | Lint JS files |
npm run lint:js-fix | Lint JS files, and try to fix errors |
npm run lint | Lint all the things |
npm run lint-fix | Lint all the things, and try to fix errors |