Skip to content

copybird/copybird.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Combine

Frameworks for layout of landing pages and multipage sites. There is a choice of technology on which you are accustomed to develop sites:

Type Technology
Templates ️html . pug . twig
Styles sass . scss . less
Scripts js/jquery . coffeescript
Grids smart-grid . bootstrap4

1. Installing dependencies

$ npm install

2. Initialization start folder

$ npm run combine-init

3. Running the framework

$ npm run combine

4. Build project for production

$ npm run combine-prod