This is a repository for the Christ Fellowship website. The website is a ReactJS Web App and uses GraphQL to pull content from Rock RMS.
After you have cloned the project, open your terminal. In the directory of your project, you can run:
This will install all the needed packages for the project in order to run the App.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
The app includes built-in components such as the Navbar, Footer, and Grid. These all use content that is set up in Rock.
This component manages Facbook Pixel and Google Analytics data and allows you to report button clicks and page views using React Pixel and React-GA.
In order to use this component you will need to add your Pixel ID and Google Tracking number to your .env file.
REACT_APP_FB_CODE=
REACT_APP_GA_CODE=
We use Netlify for the building and deploying of our web app.
https://github.com/zsajjad/react-facebook-pixel
https://github.com/react-ga/react-ga
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify