Business landing page

It's a simple website for demonstrating my skills. In future it will be complemented by new, better code.

How to install

# Clone this repository
git clone https://github.com/egorbabintcev/business-landing-page.git

# Go into folder
cd business-landing-page

# Set up all dependencies
type 'yarn' or 'npm install'

# Start development local server on localhost:3000
yarn start

# Build the project from source files (result in ./public folder)
yarn build

Built with

  • Sass - css prepocessor
  • Yarn - dependencies manager
  • Gulp - task runner