You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Starter-Template-Webpack
Template de base pour créer un projet avec Webpack. Actuellement il gère la minification et le traitement des ressources Js/image/Videos
Un autoprefixe est ajouté pour être à jour sur les vieux navigateurs de 2 générations.
## How to use
Run the following commands in the root directory.
```bash
npm install
npm run build
npm run start
```# Invisible