Skip to content

amlconsulting/TestSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestSite

A basic startup site for Node.js and Gulp

Installation

These installation instructions are assuming you already have Node.js installed. If you don't, then please visit https://nodejs.org/en/download/ to download and install Node.js. Doing so will also install npm which is used for package management with Node.js.

To install this website:

On Windows:

  1. Open cmd.exe

  2. Navigate to the folder to install project (username is your username. This directory can be whatever you want):

cd C:\Users\{username}\Documents\Projects

  1. Clone the git repository:

git clone git@github.com:amlconsulting/TestSite.git

  1. Navigate into cloned directory:

cd TestSite

  1. Install package dependencies: This will install everything you need to use the application as is.

npm install.

  1. Use Gulp to compile SASS and TypeScript, and create a buildable release. This will use BrowserSync to open your browser for site review. Using BrowserSync will allow you to make changes to your .scss, .ts, and .html files, and the browser will automatically update. To exit gulp and shut down the BrowserSync connection, type Ctrl+C to exit.

gulp

  1. To deploy to IIS:

    1. Open ISS and create a new site, and point the application directory to your projects build/Release folder.

    2. Go back to your command prompt and type the following to deploy site to IIS.:

    gulp deploy-to-iis

    1. Open your browser and navigate to your site's URL (whatever you created it IIS) and the site should open up.

About

Test site for Node.js, Angular, Gulp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors