Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🕸
- Host: GitHub
- URL: https://github.com/smitpatelx/netdevv-starter-kit
- Owner: smitpatelx
- License: mit
- Created: 2018-08-24T07:22:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T10:04:33.000Z (about 2 years ago)
- Last Synced: 2023-03-03T05:57:53.203Z (almost 2 years ago)
- Language: CSS
- Homepage:
- Size: 1.57 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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