0.1.3 • Published 3 years ago

generator-web-app-with-graphql v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

This is Yeoman generator for fast creation web-app with:

  • React
  • ApolloClient
  • Graphql
  • Material-ui

It generates web app with authorization

It is fully compatible with this server side:

npm i generator-apollo-server-with-mongodb

https://github.com/Krill221/generator-apollo-server-with-mongodb

Get started:

To generate new app type in console:

npm install -g npm
npm install -g yo
npm install -g  generator-web-app-with-graphql
yo web-app-with-graphql

than follow instructions

To start local server with web-app simply type in console:

yarn s

It also has simple generators:

To add new model (for example for model "Post") simply type in console:

yarn add-model Post name:String desc:String

To add new fields to model type in console:

yarn add-fields Post body:String img:String

To delete fields from model type in console:

yarn delete-fields Post body:String img:String

To add new has-one relation field to model type in console:

yarn add-has-one Post Comment name:String desc:String

To delete has-one relation field from model type in console:

yarn delete-has-one Post Comment

To add new has-many relation field to model type in console:

yarn add-has-many Post Comment

To delete has-many relation field to model type in console:

yarn delete-has-many Post Comment

To add estimates array field to model type in console:

yarn add-estimates Post like:Float stars:Float

To delete estimates array field to model type in console:

yarn delete-estimates Post like:Float stars:Float

To add location fields to model type in console:

yarn add-locations Post location1:Location location2:Location

To delete location fields to model type in console:

yarn delete-locations Post location1:Location location2:Location
0.1.3

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago