Skip to content

imdone/imdone-mvp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published