0.0.5 • Published 7 years ago
rulsky-react-scripts v0.0.5
What is this:
fork of create-react-app scripts settings with addition of browsersync and SASS (node-sass) into workflow.
disclaimer:
please note that I tried to use node-sass-chokidar in package.json like this:
"node-sass": "https://github.com/michaelwayman/node-sass-chokidar/tarball/master",
because of this reason pointed in create-react-app manual
But it didn't work.
How to use it:
pass a name of desired custom react-scripts to --scripts-version
key like so:
create-react-app my-app --scripts-version rulsky-react-scripts
npm registry
link to npmjs: rulsky-react-scripts
Original documentation:
in facebook's repo - here