@gsandf/react-static

v5.6.1
![React Static Logo](https://github.com/nozzle/react-static/raw/master/media/logo.png)

build

rimraf lib && babel src --out-dir lib

watch

rimraf lib && babel -w src --out-dir lib

postpublish

git push --tags

prepublishOnly

yarn build && yarn test

publishNext

yarn publish --tag next

startDocs

gitdocs serve

buildDocs

gitdocs build

serveDocs

serve docs-dist -p 3000

test

eslint src examples test && yarn run test-sample-build

test-large-build

yarn build && (cd test/stress-test-routes && yarn && rm -rf node_modules/react-static && ln -s -f ../../../ ./node_modules/react-static && ../../bin/react-static build)

test-sample-build

yarn build && (cd test/minimal-website && yarn && rm -rf node_modules/react-static && ln -s -f ../../../ ./node_modules/react-static && ../../bin/react-static build)
npm i @gsandf/react-static

Metadata

  • Unknown
  • >=6.10.0
  • Unknown
  • released 3/15/2018

Downloads