https://github.com/abdenasser/twitter-clone
Nodal is a (rails-like) web server for nodejs, this repo is just for test!
https://github.com/abdenasser/twitter-clone
Last synced: 6 months ago
JSON representation
Nodal is a (rails-like) web server for nodejs, this repo is just for test!
- Host: GitHub
- URL: https://github.com/abdenasser/twitter-clone
- Owner: Abdenasser
- Created: 2016-11-13T22:47:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T02:50:11.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T06:45:16.397Z (8 months ago)
- Language: JavaScript
- Homepage: http://www.nodaljs.com/
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Nodal Application
## Running Locally
```sh
nodal s
```Your app should now be running on [localhost:3000](http://localhost:3000/).
Generated by [Nodal](http://nodaljs.com)