create-react-blog icon indicating copy to clipboard operation
create-react-blog copied to clipboard

Start and deploy your own statically rendered blog with create-react-app

Results 18 create-react-blog issues
Sort by recently updated
recently updated
newest added

https://github.com/jamesknelson/create-react-blog/issues/36

ticket https://github.com/jamesknelson/create-react-blog/issues/32 ~One thing I don't like about this solution is `cp` in `package.json` but I have no idea what is actually creating a build with `sitemap/index.html` instead of `sitemap.xml`.~...

https://github.com/jamesknelson/create-react-blog/issues/34

Thank you for making this boilerplate. As a few others have found this error and is easily reproducible if you try to build this project using recent Node or Yarn....

When one runs `npx create-react-blog react-blog` and then `cd react-blog` and then runs `yarn build` or `npm run build`, one sees the following error with the navi-scripts build command ```...

Often times you'll want the blog to be mounted not at the root path, but under a path like `blog`. To do this, there are a couple options: 1. If...

help wanted

If I run the command "npm run build" it seems to be failing on the "navi-scripts build" step - navi-scripts: Using config at /private/tmp/react-blog/navi.config.js [ohshit] An error occured while building...