Skip to content

codesinthedark/grommet-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grommet Starter

Simple Grommet based starter project using MobX

Run

  • Run npm install for all the packages to load
  • The project is using Gulp therefore by executing "gulp run:dev" will create a build folder with all the necessary files to run the project
  • Executing "gulp run:prod" will create a production ready project and with the arg "--production" further optimizations will take place.
  • Executing "gulp run:watchify" will update ONLY the javascript code. Please remember to add any new files to the gulp watchify task otherwise the watcher WILL NOT RUN FOR THAT FILE.

Have Fun!!! Hope it helps.

About

Grommet based web project starter with React and MobX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.8%
  • CSS 5.8%
  • HTML 2.4%