Skip to content

amapizen/hubcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubcamp-site

Technology Stack

FrontEnd Stack is built with preprocessor: HTML, CSS (Sass) and JS.

** Prerequisites

Setup Instructions OSX and Windows

** For Windows I recommend use 64-bit version and Cmder console (https://cmder.net/) .

  1. Use VS Code (https://code.visualstudio.com/) as editor but can use your favorite editor.

** For OSX

  1. Install Xcode from App Store. Restart Xcode.

    Check if Xcode is installed.

$ xcode-select -p
  1. Install Xcode Command Line Tools. Restart Xcode.
$ xcode-select --install
  1. Install Homebrew (https://brew.sh/index.html/).

  2. Install Git.

    Install Git via Homebrew

  3. Install NodeJS via NPM (Node Version Manager https://github.com/creationix/nvm/).

$ touch ~/.bash_profile
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
  • Open your .bash_profile and add the following line of code: source ~/.bashrc

    If you can´t, install Node via Homebrew

  1. Install Ruby and Sass.

    Install Ruby via Homebrew

    Install Sass using Ruby console

** For Windows

  1. Install .Net Framework 3.5, restart Windows.

  2. Install Chocolatey (https://chocolatey.org/).

  3. Install Git.

    Install Git via Chocolatey

  4. Install Git.

    Install Git via Chocolatey

  5. Install NodeJS.

    Install Node via Chocolatey

  6. Install Ruby and Sass.

    Install Ruby via Chocolatey

    Install Sass using Ruby console

** For OSX or Windows

  1. Install Lite-Server.
npm install -g lite-server
  1. Install Gulp.
npm install -g gulp-cli
  1. Install Angular-ClI.
npm install npm install -g @angular/cli

Running project

  • Clone Git project
  • Open project folder in your editor
  • Install local dependencies
$ npm install
  • lite-server - Start server in html folder.

  • gulp watch - Compile sass files.

Project Strucuture

  • html - Folder that contains final solution.
  • scss - Folder that contains styles in Sass.

Happy Coding with Visual Studio Code!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published