You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create new folder and install the gulp project there
npx degit a1exalexander/gulp <my-new-project>cd<my-new-project>
npm install
# or install the gulp project here
npx degit a1exalexander/gulp .
npm install
Usage
# Run devserver
npm start
# or run deveserver with HTML validator
npm run dev