New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-bbwp-app

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-bbwp-app

A barebones webpack project generator.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

Keywords

webpack

FAQs

Package last updated on 17 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts