create-react-app + tailwind css + Netlify CMS demo

Live Demo:

Home: https://cra-tailwindcss-netlifycms.netlify.app/

Blog: https://cra-tailwindcss-netlifycms.netlify.app/blog

CMS: https://cra-tailwindcss-netlifycms.netlify.app/admin (/admin)

If you want to access CMS system, you can fork and deploy your own instance (or click deploy to netlify)

Deploy to Netlify

Run Locally

  1. Fork it
  2. npm install
  3. npm start
  4. If you want to access CMS locally, you can run npx netlify-cms-proxy-server in parallel

Tech Stack

  • create-react-app 5
  • tailwind css 3
  • react-router 6
  • netlify-cms-app
  • fuse.js (fuzzy search blog post)
  • Other common util lib (lodash/luxon/use-http etc)

Credits

Page template https://github.com/tailwindtoolbox/Profile-Card

Blog template https://github.com/tailwindtoolbox/Minimal-Blog

License

The MIT License (MIT)

Copyright (c) 2022 Pochen Lin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.