A little story with games.
- Los tres chanchitos
- Michi
Live at OnceUpon
Once upon a time uses a number of open source projects to work properly:
- Pug - Pug is a high-performance template engine for be compiled in html
- Sass - CSS with superpowers
- Gulp - the streaming build system
And Js, without frameworks :)
It requires Node.js v10+ to run.
Install the dependencies and devDependencies and start the server.
$ cd once-upon-a-time
$ npm install -d
Want to make another project? Great!
Open your favorite Terminal and run these commands.
$ gulp watch
Wait some second and localhost:3000 must be open in your default browser.
For production just copy the dist folder inside your project, if you don't see this run the next command:
$ gulp build
Open Software, Hell Yeah!