Starter Package for nswow development
npx @multivisio/nswow@latest init {{ project-name }}
cd {{ project-name }} npm install
cd {{ project-name }}
npm install
Run dev server:
npm run dev
Build all required files.
npm run build