Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smitpatelx/netdevv-starter-kit

Simple MVC type structure for faster prototyping. A modern responsive front-end STARTER KIT with all you need. 🕸
https://github.com/smitpatelx/netdevv-starter-kit

Last synced: 9 days ago
JSON representation

Simple MVC type structure for faster prototyping. A modern responsive front-end STARTER KIT with all you need. 🕸

Awesome Lists containing this project

README

        

# This is Design Distribution Version of [NETDEVV.COM](https://www.netdevv.com "Netdevv.com")

* CURRENT VERSION : 1.1.2
* DEV VERSION: 2.0.0

## DEMO::
* [DEMO](http://starterkit.netdevv.com "Netdevv Starter Kit")

![alt text](https://github.com/smitpatelx/netdevv-dist/blob/master/demo-img.PNG "DEMO")

## Features::
* Smooth Workflow.
* Fully Customizable.
* GULP task manager
* Browser Sync Support.
* SASS compiler.
* JS and SASS minifier.
* WATCH mode inbuild.
* Bootstrap, Foundation, Jquery, Splitting JS and many more libraries built in.

### Installation Process::
* Install node js on your computer globally - https://nodejs.org/en/download/
```npm
* npm install --global gulp-cli
* git clone https://github.com/smitpatelx/netdevv-starter-kit.git project01
* cd project01
* npm install
* gulp serve
```
* Open any browser and go to [localhost port 5050](http://localhost:5050 "BROWSER SYNC")

## Usage::
* You can paste any vendors file into ```"src/scripts/vendors/"``` directory.
* Custom scripts should be in ```"src/scripts/"``` directory.
* You can also use ```gulp watch``` command to start browser sync without build process. (Not Recomended)

### File Structure::
(master)
├───dist
├───package.json
├───package-lock.json
├───gulpfile.js
├───README.md
├───LICENCE
│ ├───fonts
│ ├───images
│ │ └───svg
│ ├───scripts
│ ├───styles
│ ├───video
│ └───index.html
└───src
├───scripts
│ └───vendors
│ ├───bootstrap
│ ├───foundation
│ ├───materialize
│ ├───jquery
│ └───splitting
├───styles
│ ├───00-plugins
│ │ ├───bootstrap
│ │ ├───foundation
│ │ ├───materialize
│ │ └───splitting
│ ├───01-helpers
│ ├───02-base
│ ├───03-layout
│ ├───04-modules
│ ├───05-templates
│ └───06-global-components
└───views
└───index.html