Skip to content

diogorochaa/blog-cms-graphql-react

Repository files navigation

components

 

Blog GraphqlCMS

Github language count Repository size


About   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Project used to create GraphqlCMS example

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/diogorochaa/blog-cms-graphql-react

# Access
$ cd blog-cms-graphql-react

# Install dependencies
$ npm install

# Run the project
$ npm run dev

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Diogo

 

Back to top