0.3.5 • Published 4 years ago
create-silvie-app v0.3.5
Create Silvie App
This package will create a silvie app from boilerplate template, So you can start a project as soon as possible.
The default template comes with a sample controller, a User model and GraphQL schema and resolver.
Installation
In case you need to have this package on your machine, you need to install it globally:
npm install --global create-silvie-appyarn global add create-silvie-appUsage
NPX
npx create-silvie-app APP_NAMECLI
create-silvie-app APP_NAMEInitializers
npm init silvie-app APP_NAMEyarn create silvie-app APP_NAMEWhat's next?
After creating a silvie app. All you need to do is to run one of the following commands to get you going.
silvie devnpm run devyarn dev