Skip to content

White Pot v2 is a web application built with Vue.js, PHP, and Laravel. This project features responsive layouts, dynamic user interfaces, and modular code organization, showcasing a powerful full-stack tech for interactive and scalable web development.

Notifications You must be signed in to change notification settings

deividas-butkus/white-pot-v2

Repository files navigation

white-pot

Project setup

  • copy env.example file, rename it to .env and add environment variables
  • composer install to install a dependency manager for php
  • npm install to install client side dependencies

Project launch

In main directory:

  • php artisan serve to launch api server
  • run an appropriate command for compilation:
    • npm run dev: "npm run development",
    • npm run development: "mix",
    • npm run watch: "mix watch",
    • npm run watch-poll: "mix watch -- --watch-options-poll=1000",
    • npm run hot: "mix watch --hot",
    • npm run prod: "npm run production",
    • npm run production: "mix --production"

About

White Pot v2 is a web application built with Vue.js, PHP, and Laravel. This project features responsive layouts, dynamic user interfaces, and modular code organization, showcasing a powerful full-stack tech for interactive and scalable web development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published