Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 571 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 571 Bytes

README

Seed app for the "NEAT" stack (which I just made up)

Node.js Express Angular.js Typescript

What is this repository for?

  • Quick summary

This is a seed app for quickly setting up a webapp with Node.js and Typescript.

It is based off an early prototype of http://petscribe.com.au/ before we switched to C#/.NET Core for the backend.

How do I get set up?

  • Summary of set up
    • Install VS2015
    • Fetch the node modules from package.json (i.e. npm install or right click on npm in the solution explorer...)
    • Rebuild the project