An open API service indexing awesome lists of open source software.

https://github.com/thusithz/zeptolytics-assignment

Assignment
https://github.com/thusithz/zeptolytics-assignment

Last synced: 3 months ago
JSON representation

Assignment

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