You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2020. It is now read-only.
There's a usage section in the readme but it doesn't actually say what to do other than yarn install. There's no start script, what is the user supposed to be running? There's a gulpfile, what is that for? Does the user have to run gulp before anything else? Or just yarn install?
The text was updated successfully, but these errors were encountered:
This app showcase a wide range of popular packages, and show that Plug'n'play has no issue working with them.
So basically, pretty much all those scripts are just typical tools that you'd find in a regular app. Running gulp will build the webapp, running yarn webpack as well, running yarn serve will serve the app on the port 8080, running yarn rollup will build a library exposing fibonnacci, etc ...
The only piece that matters is yarn install, really :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There's a usage section in the readme but it doesn't actually say what to do other than
yarn install
. There's nostart
script, what is the user supposed to be running? There's a gulpfile, what is that for? Does the user have to run gulp before anything else? Or justyarn install
?The text was updated successfully, but these errors were encountered: