Skip to content

Commit

Permalink
remade project on create-react-app (flatlogic#22)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
guardofparadise authored and shoudaos committed Nov 15, 2019
1 parent d527975 commit 3788f57
Show file tree
Hide file tree
Showing 156 changed files with 7,918 additions and 8,583 deletions.
27 changes: 0 additions & 27 deletions .babelrc.js

This file was deleted.

20 changes: 0 additions & 20 deletions .editorconfig

This file was deleted.

3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
REACT_APP_NODE_ENV=development
REACT_APP_PORT=5000
REACT_APP_BACKEND=false
100 changes: 0 additions & 100 deletions .eslintrc.js

This file was deleted.

11 changes: 0 additions & 11 deletions .flowconfig

This file was deleted.

25 changes: 0 additions & 25 deletions .gitattributes

This file was deleted.

35 changes: 16 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Dependencies
node_modules/
# dependencies
/node_modules
/.pnp
.pnp.js

# Compiled output
build
# testing
/coverage

# Runtime data
database.sqlite
# production
/build

# Test coverage
coverage
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editors and IDEs
.idea
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# Misc
.DS_Store
.idea
5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

68 changes: 0 additions & 68 deletions .stylelintrc.js

This file was deleted.

15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

60 changes: 0 additions & 60 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit 3788f57

Please sign in to comment.