Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 487 Bytes

File metadata and controls

10 lines (9 loc) · 487 Bytes

challenge

  • Clone or download zip
  • Edit sql server connection string named "challenge" in challenge/web.config
  • build solution using studio 2015 (make sure that nugget downloaded packages)
  • using recent node/npm:
    • open command line inside challenge folder
    • type: "npm install" to install all frontend dependencies
    • type: "npm run build" to build the frontend app using webpack
  • Start the challenge project in the solution and navigate to http://localhost:port/index.html