Skip to content

Commit 7db3c52

Browse files
committed
carousel
1 parent 2f01fa0 commit 7db3c52

File tree

16 files changed

+19757
-0
lines changed

16 files changed

+19757
-0
lines changed

20-carousel/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 20 Carousel
2+
3+
This subdirectory contains an app already generated with create-react-app, as
4+
described in the Carousel blog post (link here)
5+
6+
To run the app server:
7+
8+
```
9+
$ cd a-carousel
10+
$ npm install
11+
$ npm start
12+
```
13+
14+
A browser window will automatically open and will load the app.
15+

20-carousel/a-carousel/.gitignore

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

20-carousel/a-carousel/README.md

Lines changed: 2433 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)