Front-end workshop
##Before
- install node.js on your machine
- Install express server globally
npm install express -g
Getting started server
- Clone project with
GIT
to your workstation - Open console
- Go to API folder and run
npm
with
npm install
- Add your azure table credential into config.json file
- Start server with
node bin/www
- Open
http://localhost:8090
and show to 404 response. it's ok )))
Getting started client
- Open another console window
- Go to Client folder and run
npm
with
npm install
- Start client with
node bin/www
- Open http://localhost:3012 and enjoy