1.0.0 • Published 1 year ago

mtx-front-starter v1.0.0

Weekly downloads
-
License
private
Repository
github
Last release
1 year ago

mtx-front-starter

Front app generator designed by Meilleurtaux

Requirements

Node > 20

Dependencies installation

yarn

Build compiling command-line

yarn build

Command line installation / uninstall

yarn link --global
yarn unlink --global mtx-front-starter

Execute the script file

yarn exec #without installation
mtx-front-start #if you have already made the link (see 'Command line installation')

Execute and watch for compiling command-line

yarn dev

Husky install

git push -u origin main

Edit package.json > husky-install script and run it once

npm pkg set scripts.husky-install="husky install"
npm run prepare