@kev_nz/create

Create a different types of apps, from modules, MDX slide deck, React based front ends and hapi.js backends with GraphQL

Usage no npm install needed!

<script type="module">
  import kevNzCreate from 'https://cdn.skypack.dev/@kev_nz/create';
</script>

README

Create different types of apps

npm version

This creates various apps. It can createa fullstack app with a Hapi based API and GraphQL server, a React based front end and Webpack to build the assets. It can also create just the back-end or just the front-end. Additionally it can create a base setup for writing modules and a MDX-Deck slide deck for creating a presentation.

Usage

npm init @kev_nz myapp

A module

npm init @kev_nz my-module -m
npm init @kev_nz my-module --module

A React.JS Front-End

npm init @kev_nz web-app -w
npm init @kev_nz web-app --web

A Hapi.js Back-End

npm init @kev_nz web-server -s
npm init @kev_nz web-server --server

MDX-Deck Slide Deck

npm init @kev_nz my-slides -d
npm init @kev_nz my-slides --deck

Application Types

Back-End

For the database access it has an included Docker Compose file that includes PostgresSQL, MongoDB, Redis and Neo4j.

Front-End

React.JS, and Webpack

Module

Base module setup with Jest, coveralls, and @kev_nz/publisher installed.