Skip to content

Commit 98787f8

Browse files
authored
Merge pull request #1 from mateuseap/develop
Create initial project
2 parents d5bd148 + b8228c9 commit 98787f8

File tree

12 files changed

+28568
-2
lines changed

12 files changed

+28568
-2
lines changed

README.md

Lines changed: 81 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,81 @@
1-
# mateuseap.github.io
2-
My personal website.
1+
# 👾 mateuseap.github.io
2+
3+
## About the project
4+
5+
This is my personal website 😉.
6+
7+
## Getting Started
8+
9+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
10+
11+
## Prerequisites
12+
13+
- Node.js
14+
- NPM or Yarn
15+
16+
```bash
17+
## Cloning the repository
18+
git clone https://github.com/mateuseap/mateuseap.github.io
19+
20+
## Entering the directory
21+
cd mateuseap.github.io
22+
```
23+
24+
## Running
25+
26+
```bash
27+
## Installing the npm dependencies
28+
npm install
29+
30+
## Starting the project (development environment)
31+
npm start
32+
```
33+
34+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
35+
36+
The page will reload if you make edits.
37+
38+
You will also see any lint errors in the console.
39+
40+
## Build
41+
42+
```bash
43+
## Building the project (production environment)
44+
npm run build
45+
```
46+
47+
Builds the app for production to the `build` folder.
48+
49+
It correctly bundles React in production mode and optimizes the build for the best performance.
50+
51+
The build is minified and the filenames include the hashes.
52+
53+
Your app is ready to be deployed!
54+
55+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
56+
57+
## Learn More
58+
59+
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
60+
61+
To learn React, check out the [React documentation](https://reactjs.org/).
62+
63+
### - Code Splitting
64+
65+
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
66+
67+
### - Analyzing the Bundle Size
68+
69+
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
70+
71+
### - Making a Progressive Web App
72+
73+
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
74+
75+
### - Advanced Configuration
76+
77+
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
78+
79+
### - Deployment
80+
81+
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

0 commit comments

Comments
 (0)