Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.52 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.52 KB

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.