Skip to content

Projekt-Arbeit von David Heimgartner, Gerhard Hirschfeld & Ken Iseli

License

Notifications You must be signed in to change notification settings

fhnw-students/wodss-tippspiel-web-vue

Repository files navigation

wodss-tippspiel-vue Build Status Build Status

Getting started

Step 1: Set up the Development Environment

You need to set up your development environment before you can do anything.

Install Node.js and NPM

Install Yarn

Step 2: Install project dependencies

From the project folder, execute the following commands:

yarn install

Step 3: Start local web-server

This will install all required dependencies, including a local version of Webpack that is going to build and bundle the app. There is no need to install Webpack globally.

To run the app execute the following command:

yarn serve

This command starts the webpack development server that serves the build bundles. You can now browse the skeleton app at http://localhost:8080 (or the next available port, notice the output of the command). Changes in the code will automatically build and reload the app.

About

Projekt-Arbeit von David Heimgartner, Gerhard Hirschfeld & Ken Iseli

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published