https://github.com/kitsonk/dojo-node-boilerplate
A quickstart "template" for using the Dojo Toolkit on NodeJS
https://github.com/kitsonk/dojo-node-boilerplate
Last synced: 10 months ago
JSON representation
A quickstart "template" for using the Dojo Toolkit on NodeJS
- Host: GitHub
- URL: https://github.com/kitsonk/dojo-node-boilerplate
- Owner: kitsonk
- License: other
- Created: 2013-01-14T07:32:58.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T17:48:56.000Z (about 11 years ago)
- Last Synced: 2025-05-06T21:09:22.693Z (10 months ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 16
- Watchers: 8
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dojo - dojo-node-boilerplate - A quickstart "template" for using Dojo Toolkit on NodeJS (Bootstraps and boilerplates)
README
# dojo-node-boilerplate
## A Starter Kit for Dojo/NodeJS Development
This is a set of files to help you rapidly get up and running with the Dojo Toolkit running under [NodeJS][node].
My corresponding tutorial can be found [here][tutorial].
This boilerplate is informed by the work done by both [csnover][csnover] and [neonstalwart][neonstalwart] who
assembled the original [dojo-boilerplate][db] and [dojo-requirejs-template][drt] respectively.
## Starting
* Clone the repository using ``git clone --recursive https://github.com/kitsonk/dojo-node-boilerplate.git``.
* Create your server in ``src/app-server/server.js``
* Create your client code in ``src/app-client/main.js``
* Build your client code using ``build.sh`` or ``build.bat``
* Run your server using ``node server``
* Have fun!
## Resources
* [Dojo Tutorials][tutorials]
* [Dojo Reference Guide][reference]
* [Dojo API Browser][api]
## Contributions
Contributions are more than welcome, but please read the [contribution guidelines][contrib].
## License
This is licensed under the ["New" BSD License][license].
[node]: http://nodejs.org/
[tutorial]: http://dojotoolkit.org/documentation/tutorials/1.9/node/
[db]: https://github.com/csnover/dojo-boilerplate/
[drt]: https://github.com/neonstalwart/dojo-requirejs-template/
[csnover]: https://github.com/csnover
[neonstalwart]: https://github.com/neonstalwart
[license]: https://github.com/kitsonk/dojo-node-boilerplate/blob/master/LICENSE
[tutorials]: http://dojotoolkit.org/documentation/
[reference]: http://dojotoolkit.org/reference-guide/
[api]: http://dojotoolkit.org/api/
[contrib]: https://github.com/kitsonk/dojo-node-boilerplate/blob/master/CONTRIBUTING.md