gianantoniopini / event-app

Single-page application to visualize the details of an event and set a check back reminder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event App

The front-end provides a single-page application to visualize the details of an event and set a check back reminder.

Requirements

  • npm
  • http-server (only required to start the production version of the front-end)

Setup

1. front-end setup

1.1 Switch into the front-end directory

cd front-end

1.2 Install NPM packages

npm install

1.3 Create your .env file

See file .env.example for an example.

1.4 Compiles and hot-reloads for development

npm run serve

1.5 Compiles and minifies for production

npm run build

1.6 Starts production

npm run serve:production

About

Single-page application to visualize the details of an event and set a check back reminder.

License:MIT License


Languages

Language:Vue 81.5%Language:JavaScript 9.5%Language:HTML 5.4%Language:TypeScript 3.3%Language:Shell 0.4%