1.2.0 • Published 2 years ago
create-builderhub-app v1.2.0
> npx create-builderhub-app my-app
? description Hello. This is my app
? Author name Eunchurn Park
? Author email eunchurn@builderhub.io
? License MIT
? Package manager to use for installing packages from npm pnpmUsage
npx create-builderhub-app <name>
npm init builderhub-app <name>
yarn create builderhub-app <name>Templates
npx create-builderhub-app <name> --template=<template>default
Default TypeScript App
npx create-builderhub-app <name>vanilla-ts
Minimum setting for VanillaJS, HTML webpage required NodeJS version over 12.x
- VanillaJS
- Typescript
- Webpack
- Pure CSS
- Autoprefixer (
postcss-loader) - Assets(
public) - Browser Sync (dev web server)
- Minimization(Image, HTML, CSS, JS) on production
gh-pagesDeployment
npx create-builderhub-app <name> --template=vanilla-tsnextjs-mui
Next.js + Material UI v5 with TypeScript Project
npx create-builderhub-app <name> --template=nextjs-muilambda-api-gateway
AWS Lambda & AWS API Gateway project managed by Terraform
npx create-builderhub-app <name> --template=lambda-api-gateway