0.0.2 • Published 6 years ago

@tinydogio/veggiedog v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

🥕🐶 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

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.