Skip to content

Commit 3788f57

Browse files
guardofparadiseshoudaos
authored andcommitted
remade project on create-react-app (#22)
* initial commit with history * update gitignore, readme and user actions, removed useless comments * readme markup fixes * added section to readme.md, how to configure db * fix readme markup
1 parent d527975 commit 3788f57

File tree

156 files changed

+7918
-8583
lines changed

Some content is hidden

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

156 files changed

+7918
-8583
lines changed

.babelrc.js

-27
This file was deleted.

.editorconfig

-20
This file was deleted.

.env

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
REACT_APP_NODE_ENV=development
2+
REACT_APP_PORT=5000
3+
REACT_APP_BACKEND=false

.eslintrc.js

-100
This file was deleted.

.flowconfig

-11
This file was deleted.

.gitattributes

-25
This file was deleted.

.gitignore

+16-19
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
1-
# See https://help.github.com/ignore-files/ for more about ignoring files.
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

3-
# Dependencies
4-
node_modules/
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
57

6-
# Compiled output
7-
build
8+
# testing
9+
/coverage
810

9-
# Runtime data
10-
database.sqlite
11+
# production
12+
/build
1113

12-
# Test coverage
13-
coverage
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
1420

15-
# Logs
1621
npm-debug.log*
1722
yarn-debug.log*
1823
yarn-error.log*
1924

2025
# Editors and IDEs
21-
.idea
22-
.vscode/*
23-
!.vscode/settings.json
24-
!.vscode/tasks.json
25-
!.vscode/launch.json
26-
!.vscode/extensions.json
27-
28-
# Misc
29-
.DS_Store
26+
.idea

.prettierrc

-5
This file was deleted.

.stylelintrc.js

-68
This file was deleted.

.travis.yml

-15
This file was deleted.

CONTRIBUTING.md

-60
This file was deleted.

0 commit comments

Comments
 (0)