Skip to content

Commit

Permalink
add webpack, reorganize
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherChudzicki committed Aug 31, 2019
1 parent bea5714 commit 004cb9d
Show file tree
Hide file tree
Showing 270 changed files with 16,631 additions and 480 deletions.
8 changes: 4 additions & 4 deletions .gitignore
@@ -1,17 +1,17 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# sensitive stuff
.env
server/.env

# dependencies
/node_modules
react-ui/node_modules
*node_modules

# testing
/coverage

# production
react-ui/build
server/build
client/build

# misc
.DS_Store
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,7 @@ cache:
directories:
- node_modules
before_install:
- "cd react-ui"
- "cd web"
script:
- npm test
- npm run build

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion react-ui/package-lock.json → client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 004cb9d

Please sign in to comment.