This is a photo uploader built by native javascript with d3.js.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Check you got proper version Node.js and npm already.
node --version
npm --version
Install node_modules all the project needs.
npm install
Wait a little time for installing and finally project is done.
Here are some npm scripts about webpack that I had set for project.
express
is a powerful web framework, and it is easy to start up with express-generator
help.
SET DEBUG=photo-uploader:* & npm start
- Express - Fast, unopinionated, minimalist web framework for Node.js
- d3.js - JavaScript library for manipulating documents based on data
- 游富荃(Fu Chuan Yu) - Portfolio
This project is licensed under the MIT License - see the LICENSE file for details