This a collection of files that demo how to use AMD modules using Require.js
- Node.js
- Just clone or download.
- Open cmd prompt or terminal here.
- Run the following,
npm start
Sit back and relax. This will install the dependencies, build the files, start a small local server and even open the browser for you.
The project also demonstrates bundling of resorces using r.js.
Use the following command to build the files. (npm start does it automatically)
npm run build
MIT Licence.