0.3.28 • Published 4 years ago

create-webpack-application v0.3.28

Weekly downloads
124
License
MIT
Repository
github
Last release
4 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

4 years ago

0.3.27

4 years ago

0.3.26

4 years ago

0.3.25

4 years ago

0.3.24

4 years ago

0.1.23

6 years ago

0.1.22

6 years ago

0.1.21

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago