Skip to content

Latest commit

 

History

History
executable file
·
52 lines (41 loc) · 1.44 KB

README.md

File metadata and controls

executable file
·
52 lines (41 loc) · 1.44 KB

GoPro Hero 6

GoPro front-end project made for HETIC front-end classes. Link

Conventions

Requirements

  • Node 8.1.4
  • Gulp 4.0
  • Yarn 1.2.1

Installation

Before installing the project, make sure to match all the requirements listed above.

# Clone the repository
git clone https://github.com/greeeg/hetic-p2020-10.git

# Go to project folder
cd hetic-p2020-10

# Install packages
yarn

Running

In order to work on the project, we use Gulp.

npm run dev

Building the app

Use the build gulp task to build the project for production.

npm run build

Credits