Skip to content

"daily-tasks", Write what you've done in a day in a Markup manner and see it live in Browser.

License

Notifications You must be signed in to change notification settings

krman009/daily-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


  • Live Server:
    • Open up your terminal/command prompt/command line.
    • Navigate to the Daily-Task directory.
    • *Type npm install to install devDependencies.
    • *Then type gulp and press Enter and wait for some seconds.
    • And There should be a live server at http://localhost:9999.

*Note: Make sure that you've installed the node.js and gulpjs on your machine. (I've written little guide below in case you've not already)


Installing node.js:

Installing gulpjs: [when you hit npm install, gulp will be installed in current directory]

  • To install gulpjs globally: [First, Make sure you've installed nodejs.]

    • Type below command in your command line and press Enter
      • npm install --global gulp
  • **To install gulpjs in your Project devDependencies: [First, Make sure you've installed nodejs.]

    • Type below command in your command line and press Enter
      • npm install --save-dev gulp

** If you only install gulp in Project devDependencies then [1] It will not work in your command line. Thus You've to install it globally first, to run the command gulp.

[1] As tested in Windows 8, The gulp command isn't working without installing it globally.


MIT (c) Kaushalya Mandaliya

About

"daily-tasks", Write what you've done in a day in a Markup manner and see it live in Browser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published