Best of GitHub PagesNovember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    How to deploy React App to GitHub Pages

    How to create and deploy React App to GitHub Pages using create-react-app and GitHub Pages. Make sure you have Node.js and Npm installed in your machine and set up Git. You’ll need to have Node 8.10.0 or later on your local machine. Cloning into 'node_modules/gh-pages/.cache/git.com!

  2. 2
    Article
    Avatar of awstipAWS Tip·4y

    Deploy an API tool in 10 minutes

    The core idea of Serverless is to make the server as a computing resource no longer need the attention of users. FaaS (Functions as a Service) functions as a service. Later, we will use the serverless API to implement a service that uses Node to help clients send API requests and get responses.