You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone this git repo git@github.com:elleanna/GRIT.git
Run npm install to install app dependencies and brunch plugins
Configure:
If you need to add plugins or modules to this instance of brunch, you can do so via npm install --save module
Plugin and module configurations are added to brunch-config.js
Run:
npm start - Runs the brunch watch --server --port 7777 command to watch the project with continuous rebuild. This will also launch HTTP server with pushState at localhost:7777.
brunch build --production builds the minified project for production
Learn:
public/ dir is fully auto-generated and served by HTTP server. Write your code in app/ dir.
Place static files you want to be copied from app/assets/ to public/.
Handlebars Static site templating structure is written in layouts, partials, and pages.