Skip to content

beardedbrew/design-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Template

Boilerplate for getting a new design concept off the ground.

#Install Clone the repo

git clone git@github.com:beardedbrew/design-template.git

Install modules

npm install

Run the server

gulp

Use

Design will be available at http://localhost:1338/

/index.html - Create your design

/src/stylesheets/sass/_design.scss - Create your styles

/src/scripts - Write scripts in vanilla javascript or in coffee (will compile back into this directory)

/src/react - Write react in jsx or cjsx (will compile to javascript in /build/app.js)

JSON Server is running on http://localhost:3000 for more information on Json Server refer to Here

About

Boilerplate for getting a design off the ground.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published