reactjs - Putting React components into a Jekyll site -
i have 2 things:
- a react app running locally (using
npm run start
) - a jekyll site hosted on github pages
how put react app onto jekyll site?
@streetturtle means copy generated files on ...my-react-app/build/
folder after executing command npm build
, , place them branch
of username.github.io github pages site being built, without using jekyll generate static site, @ all!
Comments
Post a Comment