Skip to content

Commit e2c612b

Browse files
Merge pull request freeCodeCamp#31 from Ethan-Arrowood/master
Pushing React App
2 parents a5ae1ff + c87be8d commit e2c612b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+7980
-4599
lines changed

.gitignore

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
# Logs
2-
logs
3-
*.log
4-
npm-debug.log*
1+
# dependencies
2+
/node_modules
53

6-
# Dependency directories
7-
node_modules
4+
# testing
5+
/coverage
86

9-
# Editor settings
10-
.vscode
7+
# production
8+
/build
119

10+
# misc
11+
.DS_Store
12+
.env.local
13+
.env.development.local
14+
.env.test.local
15+
.env.production.local
1216

13-
vendor
17+
npm-debug.log*
18+
yarn-debug.log*
19+
yarn-error.log*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To run locally:
77
1. Fork this repo
88
2. Run `git clone [your-fork-url]`
99
3. Run `npm install`
10-
4. Run `npm start`
10+
4. Run `npm run start`
1111

1212
Adding a new challenge or fixing an existing one?
1313

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy