/workshop

Junior Front end workshop

Primary LanguageJavaScript

Front-end workshop

##Before

  1. install node.js on your machine
  2. Install express server globally
npm install express -g

Getting started server

  1. Clone project with GIT to your workstation
  2. Open console
  3. Go to API folder and run npm with
npm install
  1. Add your azure table credential into config.json file
  2. Start server with
node bin/www
  1. Open http://localhost:8090 and show to 404 response. it's ok )))

Getting started client

  1. Open another console window
  2. Go to Client folder and run npm with
npm install
  1. Start client with
node bin/www
  1. Open http://localhost:3012 and enjoy