Skip to content

Commit df1fe5c

Browse files
author
justintsugranes
committed
initial commit
0 parents  commit df1fe5c

14 files changed

Lines changed: 29877 additions & 0 deletions

File tree

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 4-3-1-04 React images
2+
3+
## About this React app
4+
5+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
6+
7+
## Setup
8+
9+
1. Open the built-in terminal
10+
2. Run `npm install` to add the `node_modules` folder
11+
3. Run `npm start`
12+
4. Click the "Open Development server" in the bottom status bar to view the running react app in the browser.

0 commit comments

Comments
 (0)