react-static icon indicating copy to clipboard operation
react-static copied to clipboard

(not maintained) React static site generator framework for Node.js

Results 16 react-static issues
Sort by recently updated
recently updated
newest added

- [ ] Changing what file extensions to watch for (`nodemon.json` -> `ext`) - [ ] Changing default development port (`config.json`) - [ ] Disabling `clientJS` generation (`config.json`)

The [clientJS](https://github.com/rpearce/react-static/blob/master/defaults/_lib/client.js) should have sourcemaps for at least dev environment. Take a look at this gist for an example: https://gist.github.com/danharper/3ca2273125f500429945

enhancement
chore

Investigate git subtrees for this https://github.com/matthiasak/universal-js-boilerplate/blob/master/package.json#L53

feature

Test coverage all the things

help wanted