About | Features | Technologies | Requirements | Starting | License | Author
This application was built based on the data contained in the Excursionista website. Contains API in graphQL, provided by GraphCMS and integrated via Graphql-request
and fully typed with the help of Codegen
. The routes are completely dynamic, generated from the getStaticProps
method and updated via ISG
, saving the number of calls made to the API and increasing the speed of delivery to the end user.
✔️ GraphCMS;
✔️ ISG;
✔️ Leaflet
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/ManuCoutinho/trip-app
# Access
$ cd trip-app
# Install dependencies
$ npm install
# Run the project
$ npm run dev
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made by Manu Coutinho