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.
npm init @kev_nz myapp
npm init @kev_nz my-module -- -m
npm init @kev_nz my-module -- --module
npm init @kev_nz web-app -- -w
npm init @kev_nz web-app -- --web
npm init @kev_nz web-server -- -s
npm init @kev_nz web-server -- --server
npm init @kev_nz my-slides -- -d
npm init @kev_nz my-slides -- --deck
For the database access it has an included Docker Compose file that includes PostgresSQL, MongoDB, Redis and Neo4j.
React.JS, and Webpack
Base module setup with Jest, coveralls, and @kev_nz/publisher installed.