0.3.5 • Published 3 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-app
yarn global add create-silvie-app
Usage
NPX
npx create-silvie-app APP_NAME
CLI
create-silvie-app APP_NAME
Initializers
npm init silvie-app APP_NAME
yarn create silvie-app APP_NAME
What'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 dev
npm run dev
yarn dev