This is a set of files to help you rapidly get up and running with the Dojo Toolkit running under NodeJS.
My corresponding tutorial can be found here.
This boilerplate is informed by the work done by both csnover and neonstalwart who assembled the original dojo-boilerplate and dojo-requirejs-template respectively.
- 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
orbuild.bat
- Run your server using
node server
- Have fun!
Contributions are more than welcome, but please read the contribution guidelines.
This is licensed under the "New" BSD License.