Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramonjd/base_js_architecture_example
https://github.com/ramonjd/base_js_architecture_example
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramonjd/base_js_architecture_example
- Owner: ramonjd
- Created: 2014-09-23T08:43:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T08:44:04.000Z (about 10 years ago)
- Last Synced: 2024-10-10T00:25:10.693Z (about 1 month ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic JS Architecture
## Getting started
Clone the repo:
```
git clone https://github.com/RamonTUI/base_js_architecture_example.git
```Install node modules:
```
npm install
```Run *grunt setup* at the command line to download Bower packages. Adding your locale with copy the market-specific main.js and settings.js from config to the main js directory.
```
grunt setup --locale=de_DE
```## Core Architecture
## Development
### Creating new modules
##To do
- [x] create requirejs-based modular architecture
- [ ] add sample Angular module
- [ ] add karma/jasmine tests
- [ ] update Grunt with tests
- [ ] update Grunt to compile SASS
- [ ] add i18n tests