https://github.com/thusithz/zeptolytics-assignment
Assignment
https://github.com/thusithz/zeptolytics-assignment
Last synced: 3 months ago
JSON representation
Assignment
- Host: GitHub
- URL: https://github.com/thusithz/zeptolytics-assignment
- Owner: thusithz
- Created: 2017-04-21T04:11:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T02:26:16.000Z (about 8 years ago)
- Last Synced: 2025-01-13T07:13:48.092Z (5 months ago)
- Language: JavaScript
- Size: 4.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zeptolytics-assignment
## Setup
Install NodeJS to get NPM (https://nodejs.org/en/download/)Open a console
Cd into project root. All consoles should be at project root (/pubapp)
Install project dependencies with npm install
In one console, type gulp sparrest to run the backend API that will serve dynamic
Install gulp globally with npm install -g gulp
Content (comments)
Go to www and drag-and-drop index.html into your browser. It will run from there.
## Project structure
* www/
* gulpfile.js
* bower.js
* package.json
* README.md#### Description of these folders and files:
Project structure
#### Deploy project
* run ^ gulp build-prod
* run ^ gulp or npm start