wmhb / wand-next

A Webmontag Bremen twitterwall

Home Page:http://wand.wmhb.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wand-next

A Webmontag Bremen twitterwall

Build Status

First things first…

This project is a WIP and should be treated as such. There are many things that need to be refined, in terms of best, no, any practices, yet.

Nevertheless, any feedback is greatly appreciated. :)

Build Setup

WAND-NEXT consists of two parts:

  • src/api: The server side, using Express.
  • src/vue: The client side, build with vue-cli.

The following steps are required for a dev & prod build.

# install dependencies
npm install

# create and adapt config - insert your API keys, etc.
cp config{.example,}.js

# start nodejs server locally
npm start

# build for production with minification
npm run build

About

A Webmontag Bremen twitterwall

http://wand.wmhb.co

License:MIT License


Languages

Language:JavaScript 46.5%Language:Vue 40.3%Language:SCSS 9.8%Language:Shell 1.8%Language:HTML 1.7%