0.4.1 • Published 2 years ago

@laffery/webpack-starter-kit v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Getting Started with Webpack Starter Kit

Typescript is supported! \ Server Side Render is supported!

Features

  • Webpack@5
  • React@17 / React@18
  • Typescript
  • SSR

Motivation

As a fresh man in front-end field, lots of technology run into my eyes, such as Next.js. Even though they are powerful and convenient enough for normal development, it isn't benefit to a programmer's growth in the long run.\ For easier react development experience, I create these templates from scratch, with the latest tool chains from dev to build to production.

CLI

Install

We provide a command tool named create-app, we recommend that you install this package globally, run with

# npm
npm i -g @laffery/webpack-starter-kit

# or yarn
yarn add -g @laffery/webpack-starter-kit

# or pnpm
pnpm add -g @laffery/webpack-starter-kit

Create app

Run npx create-app -h to look up usages:

Usage: create app <name> [options]

Arguments:
  name                     project name (default: "my-app")
  template                 template name (default: "react-ts")

Options:
  -V, --version            output the version number
  -O, --output <string>    output directory (default: ".")
  -l, --list               list all templates available
  -t, --template <string>  project template name
  -h, --help               display help for command

Now you can feel free to run npx create-app my-app to create you own app and enjoy coding!

Available Templates

You can see more details in the manifest file

0.3.9

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.4.1

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.2.2

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago