Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)