Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1 KB

README.md

File metadata and controls

44 lines (30 loc) · 1 KB

Web app boilerplate

This is a boilerplate to init a web application using requirejs. Included in this boilerplate:

Directory structure

/src - source code for the entire application

/src/vendor - 3rd party libraries

/src/lib - application specific libraries

/src/assets - css and image files

/src/core - module example

/src/page1 - multi scripts module example

/build - build scripts and configuration

/dist - output for build operations