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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

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

c# - Update a combobox from a presenter (MVP) -