Skip to content

amrfhn/digicraft-revamp

Repository files navigation

Webpack 5 and 4 Template For FE Development

A Webpack setup with Vue framework, Bootstrap 5, Jquery, and Twig compiler.

Please create a new branch to start developing a new project, or you can git clone <repo directory> to your machine.

Start using for a new project, or playground

  1. Clone the repo
  2. Create branch
  3. Run npm i to install dependancies
  4. Run one of the following commands, depending on intent:

Production Build

npm run build

Development Build

npm run build-dev

Development Build, watching for file changes

npm run watch

Development Server on port :8080

npm start

Deploy to DEV Server (Firebase)

npm run deploy-dev

See output without browser

After running a build command, you can see the output without opening a browser by running:

node dist/main.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published