Skip to content

anojan-s/ra-ahase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ra-ahase

Portfolio dedicated for those who adore simplicity 🤍

Code that powers anojans.com

Folder Structure

├── dist                    # Where production code “lives”
│   ├── assets              # Compile/minified CSS and JS
│   └── index.html          
├── src                     # Where actual development code “lives”
│   ├── js              
│   ├── scss                # Sass utilities and mixins
└── README.md

Getting started

Install npm, gulp

Setup

  1. Clone the repository git clone https://github.com/anojan-s/ra-ahase.git
  2. cd into the directory cd ra-ahase
  3. Install dependencies npm install
  4. Start compiling and run client gulp
  5. Open the site on localhost:3000

Note that Browsersync plugin is installed so whenever you save your changes, site will be reloaded automatically to preview changes