https://github.com/sixoverground/node-for-rails-lovers
Boilerplate for a Rails-like Node.js app.
https://github.com/sixoverground/node-for-rails-lovers
node node-js node-tutorial nodejs rails
Last synced: 8 months ago
JSON representation
Boilerplate for a Rails-like Node.js app.
- Host: GitHub
- URL: https://github.com/sixoverground/node-for-rails-lovers
- Owner: sixoverground
- License: mit
- Created: 2019-06-16T17:17:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:36:11.000Z (over 3 years ago)
- Last Synced: 2025-04-05T10:41:39.288Z (about 1 year ago)
- Topics: node, node-js, node-tutorial, nodejs, rails
- Language: JavaScript
- Homepage: https://medium.com/6overground/node-js-for-rails-lovers-d3c617f55bec
- Size: 1.33 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js for Rails Lovers
Boilerplate for a Rails-like Node.js MVC app.
## Tutorial
Read the full [tutorial](https://medium.com/6overground/node-js-for-rails-lovers-d3c617f55bec).
## Getting Started
Install all dependencies with [Yarn](https://yarnpkg.com/en/).
```
yarn install
```
Start the server at [http://localhost:3000](http://localhost:3000).
```
yarn start
```
Browse to [http://localhost:3000/articles](http://localhost:3000/articles).
## License
[MIT](https://github.com/sixoverground/node-for-rails-lovers/blob/master/LICENSE)