1.0.8-a • Published 2 years ago

@vcangel/create-webpack-app v1.0.8-a

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

create-webpack-app

Boilerplate for webpack based applications.

Available stacks

  • MERN: MongoDB, Express, React, Node.js
  • MEVN: MongoDB, Express, Vue, Node.js
  • that's it for now :]

Usage


Using npx

To select the desired stack, pass the stack as an option flag in the npx command.

MERN

npx @vcangel/create-webpack-app <project-name> --mern

MEVN

npx @vcangel/create-webpack-app <project-name> --mevn

The app structure will be automatically generated, and you're ready to code!


Using git

You can use git clone aswell if you wish. To copy a boilerplate via git, do the following:

MERN

git clone https://github.com/VCAngel/MERN-app.git project-name
cd project-name
npm i -D

MEVN

TODO

NPM scripts

Developing the app:

npm run dev

Your app will launch on development mode in your configured port.

Building the app:

npm run build

Webpack will bundle the code in a dist folder.

Starting the app:

npm run start

Starts the application once it's bundled.

Why this?

Idk, but it works for me :]

Hope it works for you aswell!

1.0.8-a

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago