Skip to content

entr/netlify-cms-react-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(WIP) The project uses the beta feature of manually initializing the CMS (valid in 1.4.0) and is now fully supported.

This example repository has many layers, but the main entry point is the master branch. Other branches will hold examples we feel will also help you get started to design your custom NetlifyCMS.

Have fun Exploring! 🎉

Branches:

  • (master) - example from core NetlifyCMS project (1.5.0)
    Now using the local file-system (custom backend) for development, so you can test your configs, etc.
  • (with-routes) - same as master with routes (With a Caveat) Must use page reload/replace when calling the CMS within a route. The CMS maintains it's own routes based on collections at this time so CMS routes require a page reload to the CMS route. <Link to='/admin/' replace>NetlifyCMS</Link>

NOTE: This project was bootstrapped with Create React App. You can find the most recent version of the guide here.

Always code like you are on 🔥

About

A Create React App with Netlify CMS using core example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.7%
  • HTML 4.8%
  • CSS 2.5%