-
This project aims to create a devkit starter to compile and build webpages and facilitate their webdesign, as a project starter at its base has Gulpjs and Nodejs as a code processor. It uses Sass as a Css compiler, Jade to compile HTMl files among others, see more at:
- To run run this this project, you need to have instaled Nodejs, and Git, then open git, clone this repo, and cd into the project folder, and run npm install.
- By default gulp task are set to a development mode as seen on the line: var env = process.env.NODE_ENV || 'development' in the gulpfile.js
- To run tasks in a production mode, type in terminal NODE_ENV=production and the task you want run, ex: NODE_ENV=production gulp js
- To use the chrome browser or another browser, see the Gulp.task watch in the Gulpfile.js and the commented instructions.
- to do yet
We are currently looking for new donators to help and maintain this project! β€οΈ By donating, you will help the development of this project, and *you will be featured in this frontend-workflow-with-gulp-jade---livereload's README.md*, so everyone can see your kindness and visit your content β.
- Nothing to do yet
Enjoy! π
See the license in the 'LICENSE' file.
Watch the changes in the 'CHANGELOG.md' file.
Made with a lot of β€οΈβ€οΈ by @carloshmarques
frontend-workflow-with-gulp-jade---livereload was generated from Josee9988/project-template π
