Start project with a configured webpack with multiple entry points.
npm install
It will install all the dependencies needed to develop and build this project.
- Node.js
- Webpack
- Bootstrap
- jQuery
You need to have Node.js and npm installed on your computer.
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
To generate the production build run:
npm run build
All generated content will be in the dist
directory.
Paste all dist
directory content on your web server.
We can maybe use SemVer for versioning. For the versions available, see the link to tags on this repository.
The MIT License