An open API service indexing awesome lists of open source software.

https://github.com/11ways/alchemy-skeleton


https://github.com/11ways/alchemy-skeleton

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Alchemy Application Skeleton

A skeleton for creating applications with Node.js and the Alchemy MVC

## Installation

After cloning this skeleton, install the required packages:

```bash
npm install
```

You can run the server by executing:

```bash
node server.js
```