Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:36:11.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:34:18.786Z (9 months 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: 3
- 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)