#Image Uploading with Dropzone.js, Node.js and Express
This simple example of an image upload facility is designed to accompany an upcoming article on DropzoneJS. The server-side component is written using Node.js and Express.
Full details will be in the article, but here's a quickstart:
- Clone the repository
- Ensure that
uploads/
is writeable - Optionally run
vagrant up
, thenvagrant ssh
, thencd /vagrant
- Run
npm install
- Run
bower install
- Run the app with
node.js
- The app will run on port 8080