Skip to content

wilsson/create-webpack-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Webpack App

🚀 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 ❤️

About

🚀 Easily create a basic webpack application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5