Seed app for the "NEAT" stack (which I just made up)
Node.js Express Angular.js Typescript
- 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.
- 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