A small web project to see all games you can play if you visit me.
It's based on plan html/scss/js an gulp.
npm install
gulp
to create dist folder (you need it once for the watcher)Yeah and that's it!
Now you should have a structure like this:
We use GULP in this project. It's a toolkit for automating painful or time-consuming tasks in your development workflow, so you can stop messing around and build something.
These are the gulp commands you could use at the moment:
Command | Description |
---|---|
gulp | default gulp command - build dist folder once |
gulp scss | build and minifies css files out of sass |
gulp js | build an minifies all js files |
I know this is not really a topic for this project, but I think it's not that unnecessary. :wink:
If you want do deploy your work on a server you just have to upload the stuff from dist
folder.
MIT License so everybody could use and modify it for his own purpose.