Skip to content

Commit c87be8d

Browse files
committedJun 20, 2017
Pushing React App
1 parent d4e08e8 commit c87be8d

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

+15-9
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

+1-1
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)
Please sign in to comment.