Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iwatakeshi/gengojs-mean-demo
A single page app that demonstrates the use of Gengo, Jade, and best of all Angularjs.
https://github.com/iwatakeshi/gengojs-mean-demo
Last synced: 6 days ago
JSON representation
A single page app that demonstrates the use of Gengo, Jade, and best of all Angularjs.
- Host: GitHub
- URL: https://github.com/iwatakeshi/gengojs-mean-demo
- Owner: iwatakeshi
- License: mit
- Created: 2014-10-18T00:25:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T16:02:53.000Z (about 6 years ago)
- Last Synced: 2024-03-18T01:11:03.754Z (10 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
gengojs-mean-demo
===============A single page MEAN app that demonstrates the use of Gengo, Jade, and best of all Angularjs.
###Note
The app is based on Scotch.io's [*Creating a Single Page Todo App with Node and Angular*](http://scotch.io/tutorials/javascript/creating-a-single-page-todo-app-with-node-and-angular) tutorial.
I've changed the app to where it now uses Jade template and also [gengo](https://github.com/iwatakeshi/gengojs) library which is a Uber for i18n translation.
##Install
```bash
sudo npm install
```##Run
```bash
npm start
```
##UsageUse Postman or add Japanese to your web browser's locale. Then browse to localhost:8080.
This app will output in Japanese when Accept-Language header is 'ja' and English for others.##Requirements
* MongoDB
* Node
* NPM