Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Setting up the frontend

Casper Bottelet edited this page Aug 16, 2017 · 5 revisions

To set-up the frontend you will need to install webpack dev server globally

cd into the frontend project and do an npm install

while we wait you wanna change the config in config/config.js and change the client_secret to the number 2 key you got from the passport:install command in "Setting up the backend" if you have used anything else than php artisan serve for the backend, the URL might not be correct then you also have to change the api_url and app_url.

and then run webpack-dev-server --inline --hot or webpack-dev-server which will make the frontend accessible on localhost:8080·

Done

Clone this wiki locally