https://github.com/diegogallegos4/aurelia-test
https://github.com/diegogallegos4/aurelia-test
aurelia javascript spa
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diegogallegos4/aurelia-test
- Owner: DiegoGallegos4
- Created: 2016-05-02T16:10:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T14:28:10.000Z (over 6 years ago)
- Last Synced: 2025-02-15T08:35:39.439Z (8 months ago)
- Topics: aurelia, javascript, spa
- Language: HTML
- Size: 13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```