Skip to content

wmhb/wand-next

Repository files navigation

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