-
Make sure the following is installed on your machine:
-
Run this command to install the global dependencies:
npm install -g gulp
-
Run these commands to install the project-specific dependencies:
npm install
-
Done! You can now start your development server.
gulp dev
Then point your browser to http://localhost:3000/
gulp dist
gulp test
The test suite contains:
- JavaScript code linting
- Sass file code linting
Add a .env file to the project root with your FTP credentials:
UPLOAD_HOST=username
UPLOAD_USER=password
UPLOAD_PASSWORD=ftp://host
gulp upload