MarneusKalgar / autospec

markup and coding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#autospecservice Markup and coding for AutoSpecService

##Quick start

  • Install dev-dependencies npm i
  • Install dependencies bower i
  • Launch gulp to run watchers, server and compilers
  • Launch gulp production to minify files for production

##Directory Layout

autospecservice             # Project root
├── /blocks/                # Source files
├── /app/                   # Compiled files for developing
├── /acc/                   # Minified files for production
├── bower.json              # List of 3rd party libraries and utilities
├── package.json            # Dependencies for node.js
├── gulpfile.js             # gulp.js config
├── LICENSE                 # License file
└── README.md               # File you read

About

markup and coding

License:MIT License


Languages

Language:HTML 65.4%Language:CSS 30.4%Language:JavaScript 4.2%