Talo
Thanks to Mupat for the Gulp-Tasks and the whole support for this little project.
An editable start- / homepage - bookmark collection manager
- NodeJS
- NPM
run:
npm install
To run the app locally in a node server environment, you have to define a PORT number when starting the server:
PORT=7000 npm start
If you wanna have livereload included while developing and watch your files, run (PORT number is required as well):
PORT=7000 npm run watch
To build your app:
npm run build:local