anuarhdz/craft-starter

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (1.1.1) of this package.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Twig

Type:project

1.1.1 2022-07-13 22:16 UTC

This package is auto-updated.

Last update: 2023-02-14 02:04:59 UTC


README

Contents

Command reference

  • Run npx mix watch to watch files to start development.
  • Run npx mix to build assets for development.
  • Run npx mix --production to build assets for production.
  • Run npm run lint to analyzes your code to find problems (javascript).
  • Run npm run lintfix to analyze and fix problems in the code (javascript).
  • Run npm run stylelint to analyzes your code to find problems (scss).
  • Run npm run stylelintfix to analyze and fix problems in the code (scss).