DEPRECIATED. PLEASE USE: Jok CLI init
command
The easiest way to create a jokio app
Those features are out of the box in default template :
- Configured dev environement (nodemon)
- Configured test environement (jest)
- Configured EditorConfig
- Configured CI/CD (travis)
- Configured Linting (TSLint)
- Last but not least: 100% type safety! (TypeScript)
--nextjs
- To create nextjs project template (all features included)--graphql
- To create graphql project template (all features included)--nextjs --graphql
- To create nextjs + graphql project template (all features included)
Note: Creates default (empty) project template, if there will be no options passed
You don't need to install anything, just you've to use yarn :)
yarn create jokio-app myapp
yarn create jokio-app myapp-ui --nextjs
yarn create jokio-app myapp-graph --graphql
With NPM:
npm i -g create-jokio-app
create-jokio-app myapp
Questions? Feedback? Please let us know