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

https://github.com/diegogallegos4/aurelia-test


https://github.com/diegogallegos4/aurelia-test

aurelia javascript spa

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Aurelia Boilerplate: Desarrollo

1. Run NPM to generate libraries
```
npm install
```
2. Run JSPM to run ES6 and Aurelia packages
```
jspm install -y
```
3. For development:
```
npm run dev
```
4. For production:
```
npm run build
npm run prod
```
5. Testing:
```
npm run test
```