https://github.com/noherczeg/basic-amd-es6-spa
A basic SPA implementation built on top of RequireJS and ES6 specs
https://github.com/noherczeg/basic-amd-es6-spa
Last synced: 2 months ago
JSON representation
A basic SPA implementation built on top of RequireJS and ES6 specs
- Host: GitHub
- URL: https://github.com/noherczeg/basic-amd-es6-spa
- Owner: noherczeg
- Created: 2017-12-07T01:33:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T01:36:22.000Z (over 7 years ago)
- Last Synced: 2025-02-01T16:48:47.429Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Basic AMD ES6 SPA
This is an experimental project motivated by an urge to escape from the
overhead of everyday complexities coming from _"traditional"_ application
development. Meanwhile exploring the _"AMD-way"_ of doing things.### Getting started
```
npm install
```### Scripts
```
npm run lint
```### Usage
You can try it out by opening `index.html` in your browser. No build
steps are required, and I'll try to keep things this way.### Credits
Inspired by: [Build a simple client-side MVC app with RequireJS](http://verekia.com/requirejs/build-simple-client-side-mvc-app-require-js/);