https://github.com/ramonjd/base_js_architecture_example
https://github.com/ramonjd/base_js_architecture_example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramonjd/base_js_architecture_example
- Owner: ramonjd
- Created: 2014-09-23T08:43:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T08:44:04.000Z (almost 11 years ago)
- Last Synced: 2024-12-30T00:28:25.279Z (7 months 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