deepak-terse / it-wasnt-me

A platform which lets you send and receive anonymous feedback from your friends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IT WASN'T ME

A web-based platform which lets you send and receive anonymous messages from your friends.
It is a single page application build in Vue.js framework

Prerequisites

  • Node
  • npm

Build Setup

# clone the project
git clone https://github.com/deepak-terse/it-wasnt-me.git
cd it-wasnt-me

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# install 'serve' globally, which lets you serve a static site
npm install -g serve

# serve the dist folder locally at localhost:5000
serve -s dist

Dependencies

  • vue
  • css-loader
  • vue-loader
  • vue-template-compiler
  • webpack

References

Licence

MIT

Copyright (c) 2020-present, deepak-terse.

About

A platform which lets you send and receive anonymous feedback from your friends

License:GNU Lesser General Public License v3.0


Languages

Language:Vue 72.1%Language:JavaScript 16.2%Language:HTML 5.9%Language:CSS 5.7%