DevOpsPlayground/directory-react-nodejs

View on GitHub
gruntfile.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = function(grunt) {
    grunt.registerTask('build', []);
};