GitXplorerGitXplorer
v

react-scripts-packaged

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
6e04376a54966042a85cd7af421743f74e6ae4cb

upgrade react-scripts

vviankakrisna committed 6 years ago
Unverified
3603d54a5e46b591d87d317eadc003eb5833cfa7

0.0.2

vviankakrisna committed 7 years ago
Unverified
3069dc5e93ddfa83d441271c61481f68f5b3cd36

update git urls

vviankakrisna committed 7 years ago
Unverified
69164a796d45f387e803ac4673ca5ed409fbf093

remove private form package.json

vviankakrisna committed 7 years ago
Unverified
9799e0b463acc5befd31dfe8f70f9c3e99b66e64

update README.md

vviankakrisna committed 7 years ago
Unverified
83435c618a342a1a18822a183f1ca6617b0175ab

update yarn.lock in test

vviankakrisna committed 7 years ago

README

The README file for this repository.

An experiment to package https://github.com/facebookincubator/create-react-app react-scripts to an executable package using https://github.com/zeit/pkg to ensure that the setup always works regardless of your environment. Right now it only supports 64-bit machines and packages node 8 inside it.

How to use:

  • download the executable for your os
  • put the file at the root of your create-react-app generated project
  • update your package.json scripts section (this is for macos, update the name of the package according your machine):
    • react-scripts start to ./react-scripts-packaged-macos start
    • react-scripts build to ./react-scripts-packaged-macos build
    • react-scripts test --env=jsdom to ./react-scripts-packaged-macos test --env=jsdom

Feel free to report any bugs or pr for improvements!

the npm package exists solely for placeholder, I need to figure out how to publish this to npm correctly :D