UNPKG

generator-base-reactjs

Version:

ReactJS basic skeleton for webapp development. With RequireJS, Bootstrap, Sass and templating with Jade. JSX compiled with Babel.

8 lines 130 B
'use strict'; module.exports = function(grunt) { grunt.config.set('open', { dev: { path: 'http://localhost:9000' } }); };