Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

parkave/parkave-landing

Repository files navigation

Park Ave Landing Build Status

This is the landing page for Park Ave Product. It has a description and pictures about the product, form for comments.

Usage

Install

To use this script clone this repository on your remote server.

git clone https://github.com/parkave/parkave-landing.git && cd parkave-landing
npm install
bower install

Execution

To develop

grunt serve

To see what the final product looks like

grunt serve:dist

To build final product

grunt build

Dependencies

Structure

siren-landing
.
├── .editorconfig
├── .gitignore
├── .yo-rc.json
├── Gruntfile.js                - Grunt configuration
├── LICENSE-CC
├── package.json                - Used npm packages
├── bower.json                  - Used bower packages
├── README.md
├── client                      - Contains the static files
│   ├── bower_components        - Contains bower modules
│   ├── images                  - Contains images
│   │   └── Favicon             - Favicon {png,ico,jpg} 
│   ├── scripts                 - Contains JavaScript files
│   ├── styles                  - Contains style files {css, scss, sass, less
│   ├── index.html              - index.html and other html files
│   ├── humans.txt              - The humans responsible & technology colophon
│   ├── robots.txt              - Instruction for crawlers [About](www.robotstxt.org/)
│   └── .server                 - Temporary files that will be used to serve files in development mode
│       ├── bower_components
│       ├── images
│       ├── scripts
│       ├── styles
│       ├── humans.txt
│       ├── robots.txt
│       └── index.html
├── dist                        - These files will be serve in deployment mode (made by running grunt build)
│   ├── bower_components
│   ├── images
│   ├── scripts
│   │   ├── app.js              - Aggregate of all user written JavaScript
│   │   └── global.js           - Aggregate of all vendor JavaScript
│   ├── styles
│   ├── humans.txt
│   ├── robots.txt
│   └── index.html
├── grunt                       - Grunt configuration and tasks
│   ├── config                  - Grunt configuration files for different packages
│   │   ├── compile
│   │   ├── optimize
│   │   ├── server
│   │   └── util
│   └── tasks                   - Registered grunt tasks
│       ├── build.js
│       ├── default.js
│       ├── serve.js
│       ├── zip.js
│       └── test.js
├── templates                   - Templates of HTML files that should not be served
└── node_modules                - Contains bower modules

To do

License

Creative Commons license

About

Landing page for ParkAve app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published