An open API service indexing awesome lists of open source software.

https://github.com/ohager/requirejs-bootstrap

Project Bootstrap for requirejs based web applications. Very minimistic!!!
https://github.com/ohager/requirejs-bootstrap

Last synced: 12 months ago
JSON representation

Project Bootstrap for requirejs based web applications. Very minimistic!!!

Awesome Lists containing this project

README

          

# requirejs-bootstrap
Project Bootstrap for requirejs based web applications. Very minimalistic!!!

To start developing project simply type

``npm install``

#release-build

The project supports a release-build command, which uses requirejs's capabilities to optimize all
``*.js`` and ``*.css`` files.

For MacOS and Unix/Linux systems simply call

``npm run release``

For Windows use

``npm run release-win``

The release version is inside the ``.dist/`` directory.

That's all, folks!