Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 600 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 600 Bytes

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;