This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@laffery/webpack-starter-kit

0.4.1 • Public • Published

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

Package Sidebar

Install

npm i @laffery/webpack-starter-kit

Weekly Downloads

25

Version

0.4.1

License

MIT

Unpacked Size

165 kB

Total Files

106

Last publish

Collaborators

  • laffery