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

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -