1.0.0 • Published 3 years ago

create-bbwp-app v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Barebones Webpack app

This cli tool generates a webpack with the minimal amount needed to start development.

Installation

Using npm:

npm install -g create-bbwp-app

Using yarn:

yarn global create-bbwp-app

Creating a new project

create-bbwp-app <YOUR-PROJECT-NAME>

After creating new project

Install packages by going to project root folder and run:

npm install or yarn

Start development server

npm start or yarn start