package.json - Surfing-Chef/Bourbon GitHub Wiki

  • Navigate into the bourbon project's root folder and create a package.json file using the command line:
>npm init
  • Follow prompts to create a package.json file. The default values are fine if not changed. The created file can be edited later so do not worry about ommisions or mistakes - open the file in a code editor and adjust as necessary after the file is created.

  • Install Gulp to the project:

>npm install gulp --save-dev