create-netpress-app
v0.1.13
Published
Scaffold a new Netpress application from the official starter kit.
Downloads
1,246
Maintainers
Readme
create-netpress-app
Scaffold a new Netpress application from the official starter kit.
Documentation
Full documentation is available at: https://admicaa.github.io/netpress-docs/
Usage
npx create-netpress-app my-app
cd my-app
cp .env.example .env
npm run artisan -- key:generate
npm run setup:rendering
npm run migrate
npm run seed
npm run devThe generator copies the starter template, sets the app package name, and runs
npm install by default. Pass --skip-install if you only want the files.
Local Development
node ./bin/create-netpress-app.js my-app --skip-install