0.3.28 • Published 2 years ago

create-webpack-application v0.3.28

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

Create Webpack App

:rocket: Easily create a basic webpack application.

Getting Started

Installation

Install globally

npm install -g create-webpack-application

Usage

create-webpack-application

or

cwa

and select scaffold.

Alt text

Create a directory called my-app with the initial structure of the project.

Will also install its dependencies.

my-app
├── node_modules
├── package.json
├── .gitignore
├── public
│   └── index.html
└── src
    └── entry.js

Scripts

npm start

Then open http://localhost:8080/ to see your app.

npm build

Transpile and watch.

Inspired by create-react-app :heart:

0.3.28

2 years ago

0.3.27

2 years ago

0.3.26

3 years ago

0.3.25

3 years ago

0.3.24

3 years ago

0.1.23

4 years ago

0.1.22

5 years ago

0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago