Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imdone-mvp-boilerplate

MVP boilerplate using gulp, sass, bootstrap, bootswatch, font-awesome and browserify

Config

Add .config.js that looks like this...

module.exports = {
 prod: {
   keen: {
     projectId: "<keen-project-id>",
     writeKey: "<keen-write-key"
   }
 },

 dev: {
   keen: {
     projectId: "<keen-project-id>",
     writeKey: "<keen-write-key"
   }
 },

 all: {
   theme: 'superhero' // A bootswatch theme name
 }
};

About

A static MVP boilerplate based on Buffer

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages