GithubHelp home page GithubHelp logo

remcokroonen / intro-tour Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simondamminga/intro-tour

0.0 1.0 0.0 1.08 MB

Eerstejaars rondleiding tour

JavaScript 1.66% TypeScript 6.69% HTML 4.03% CSS 0.08% PHP 87.01% Vue 0.55%

intro-tour's Introduction

Dev omgeving opzetten

v-host opzetten

  1. Open kladblok als administrator
  2. Ga naar open bestand
  3. Open bestand C:/Windows/System32/drivers/etc/hosts
  4. Voeg deze regel toe: 127.0.0.1 intro-tour.local

Apache v-hosts opzetten

  1. Open file httpd-v-hosts.conf
    • wamp: {wamp64:install-dir}\bin\apache\apache2.4.27\conf\extra\httpd-v-hosts.conf
    • xamp: {xamp:install-dir}\apache\conf\extra\httpd-v-hosts.conf
  2. Voeg deze regels toe:
<VirtualHost *:80>
   DocumentRoot "{project root}/public"
   ServerName "intro-tour.local"
</VirtualHost>
  1. Start apache opnieuw op

Laravel Configureren

  1. Maak .env bestand aan in de root folder van het project
  2. Kopieer inhoud van .env.example in het nieuw aangemaakte .env bestand
  3. Verander regel 5 naar APP_URL=http://intro-tour.local
  4. Run command php artisan key:generate
  5. Run command composer update

Angular werkend krijgen

  1. install node.js
  2. run command npm install in intro-tour-client map (if this does not work load node installer and run repair)
  3. run command npm start

intro-tour's People

Contributors

simondamminga avatar thomasbuitelaar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.