/coolest-projects-2019

random contest I joined apparently and now have to do stuff for it.

Primary LanguageVueGNU General Public License v3.0GPL-3.0

layt

Requirements

What you need to run this application:

Installation

Run the following command inside the project root folder using PowerShell to install all required dependencies:

npm install

Usage

Run the following command inside the project root folder using PowerShell to start application locally:

npm run start

OR

To watch for changes on src/client side:

npm run build:watch

To watch for changes on server side:

npm run start:watch

You can run both those commands in parralel using 2 PowerShell windows.