🥕 🐶 veggiedog by tinydog
veggiedog is a lightweight MVC written in TypeScript. It is currently built using Express, but this may change soon.
veggiedog is in early development and will initially be used as a backbone for our firedog project.
NOTE: This project is not currently something you can easily just drop in your project. Instructions are coming soon for doing so.
Development Setup
Dependencies
- Node v8.9.x
Once the dependencies are installed, open the project in a terminal and enter npm install
.
Build Project
Run npm run build
to build the project. The output module will be found in the dist directory.