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
- Node
- npm
# 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
- vue
- css-loader
- vue-loader
- vue-template-compiler
- webpack
Copyright (c) 2020-present, deepak-terse.