Example Projects
Are you looking for an example project to get started?
We host some example projects which you can find in the GitHub repository under the /examples
folder:
- Create React App
- Next.js
- Gatsby
- CDN
- And more
Create React App is an awesome project for learning React. Have a look at the alternatives available to see which project best fits your needs.
The source code for this documentation site is also included in the repository.
This is a slightly more complex project.
Check out the /docs
folder for
build instructions.
More advanced example projects
Looking for a more advanced example project?
If you want to start with a more complete and real world example, you could take a look at:
- Material Sense, which includes:
- Graph using recharts
- React Router included with a navigation example
- A docker container with an Nginx server for production build
- Created with Create React App