Start for Easy Front end Development with Static server with livereload, SASS and bootstrap + Jquery + Font Awasome.
Clone this repo into new project folder (e.g., my-proj
).
git clone https://github.com/DharmeshPipariya/startup my-proj
cd my-proj
We have no intention of updating the source on DharmeshPipariya/startup
.
Discard everything "git-like" by deleting the .git
folder.
rm -rf .git
Install the npm packages described in the package.json
and verify that it works:
Attention Windows Developers: You must run all of these commands in administrator mode
npm install
gulp
The gulp
command first compile application source, then run webserver, and watch files.
Shut it down manually with Ctrl-C.
You're ready to write your application.