Skip to content

kitsonk/dojo-node-boilerplate

Repository files navigation

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.

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.

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

Contributions

Contributions are more than welcome, but please read the contribution guidelines.

License

This is licensed under the "New" BSD License.

About

A quickstart "template" for using the Dojo Toolkit on NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published