/front-webpack-multiple-pages

Start project with a configured webpack with multiple entry points

Primary LanguageJavaScriptMIT LicenseMIT

front-webpack-multiple-pages

Start project with a configured webpack with multiple entry points.

Installing / Getting started

npm install

It will install all the dependencies needed to develop and build this project.

Developing

Built With

  • Node.js
  • Webpack
  • Bootstrap
  • jQuery

Prerequisites

You need to have Node.js and npm installed on your computer.

Setting up Dev

Here's a brief intro about what a developer must do in order to start developing the project further:

git clone https://github.com/julien1619/front-webpack-multiple-pages.git
cd front-webpack-multiple-pages
npm install

To launch the dev server execute:

npm start

Building

To generate the production build run:

npm run build

All generated content will be in the dist directory.

Deploying / Publishing

Paste all dist directory content on your web server.

Versioning

We can maybe use SemVer for versioning. For the versions available, see the link to tags on this repository.

Licensing

The MIT License