Frontend of KAJAANISKATE.NET, utilizing dakdak-api. This application is about Image uploading & metadata management.
Better README is on the works.
The JavaScript-thingies on this app is built using webpack. Styles are built using gulp.
You must have node version of >= 4.x
npm install
npm run start:dev
to start webpack dev server at port 9010npm run build-css:dev
to start SCSS to CSS build and BrowserSync at port 3000- -> now you can open localhost:3000, and you should see the app with React hot-reload enabled and live injecting of CSS via BrowserSync!
To create a production build, run npm run build
npm test
to run the tests oncenpm run test:watch
to run tests on each file update
=======
This project is a grateful recipient of the Futurice Open Source sponsorship program. ♥