Created for Hacktoberfest 2021, What the chuck is a web application built to obtain important Chuck Norris facts.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull Request so that we can review your changes
- DONE!
- cd backend
- npm install
- npm run dev (this will start serverless offline on port 3001)
- cd frontend
- npm i
- echo REACT_APP_BACKEND_URL=http://localhost:3001/dev/graphql > .env
- npm run start
- Serverless Framework
- Node.js
- TypesScript
- GraphQL
- React.js
- CircleCI
If you have any problems/questions or issues please submit an issue and I will get to you!
Don't forget to star!