Skip to content

Commit 2e073a9

Browse files
committed
initial-commit
1 parent b9556e0 commit 2e073a9

11 files changed

+30053
-0
lines changed

.gitignore

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# dependencies
2+
node_modules
3+
.pnp
4+
.pnp.js
5+
6+
# testing
7+
coverage
8+
test
9+
10+
# production
11+
build
12+
13+
# misc
14+
.DS_Store
15+
.env.local
16+
.env.development.local
17+
.env.test.local
18+
.env.production.local
19+
20+
npm-debug.log*
21+
yarn-debug.log*
22+
yarn-error.log*

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
console.log('you should use this started kit by running "npx create-react-app . --template=react-declarative-template"')
2+
module.exports = {}

0 commit comments

Comments
 (0)