Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ramonjd/base_js_architecture_example


https://github.com/ramonjd/base_js_architecture_example

Last synced: 13 days ago
JSON representation

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