https://github.com/11ways/alchemy-skeleton
https://github.com/11ways/alchemy-skeleton
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/11ways/alchemy-skeleton
- Owner: 11ways
- Created: 2013-11-29T11:10:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T16:26:54.000Z (over 2 years ago)
- Last Synced: 2025-01-31T16:36:21.776Z (over 1 year ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```