Simple React boilerplate for GitLab Pages
Create a React project from template
Clone the project to your machine
git clone https://gitlab.com/USERNAME/PROJECT.git
Navigate to the project folder
cd PROJECT
Inside package.json, change the homepage to your own URL See the documentation for more info.
"homepage": "http://USERNAME.gitlab.io/PROJECT"
Run the setup
npm install
And start the development server
npm start
Open http://localhost:3000 to view it in the browser.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.