Skip to content

AlexBelch/laravel-vue-form

Repository files navigation

laravel-vue-form

Test task for full stack developer

  1. Clone git repository
  2. In terminal go to project dir
    cd ./laravel-vue-form
  3. In terminal installing php packages and dependencies
    composer install
  4. In terminal installing node packages and dependencies
    npm install
  5. Generating .env file by running
    cp .env.example .env
  6. Generating application key by running
    php artisan key:generate
  7. In terminal start php project
    php artisan serve
  8. In second terminal start frontend
    npm run dev
  9. Open in browser link
    http://127.0.0.1:8000

About

Test task for full stack developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published