2017 © Pedro Peláez
 

library software-kit

MWI Starter Kit for Software Projects

image

mwi/software-kit

MWI Starter Kit for Software Projects

  • Friday, November 3, 2017
  • by midwesternInteractive
  • Repository
  • 3 Watchers
  • 0 Stars
  • 0 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Local Environment

If you haven't already, make sure you have your local environment setup., (*1)

Local Environment Setup, (*2)

Set Up

Note $ represents a terminal command and should not be typed out., (*3)

All commands (unless otherwise specified) should be ran from home dir:, (*4)

$ cd

Version Control

Set up the version control for your project, (*5)


Require composer dependencies

$ cd ~/projects/
$ mkdir new-project && cd new-project
$ composer require mwi/software-kit

JavaScript Packages

These packages are on an as need basis. If a theme was incorporated they may not be necessary., (*6)


For masking inputs, (*7)

$ npm install inputmask

For form validation, (*8)

$ npm install parsleyjs

For select dropdowns/multiselects, (*9)

$ npm install select2

For card based layouts, (*10)

$ npm install masonry-layout

The Versions

03/11 2017

dev-master

9999999-dev

MWI Starter Kit for Software Projects

  Sources   Download

MIT

The Development Requires

laravel starter

02/11 2017

v1.0

1.0.0.0

MWI Starter Kit for Software Projects

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel starter