Skip to content

Commit

Permalink
Update React Scripts and Remove Jest from devDependency
Browse files Browse the repository at this point in the history
Fix Jest conflict from React Scripts - Jest was manually added
originally  due to this [issue](testing-library/react-testing-library#662).
Latest update of React Scripts has a mroe recent update of Jest
and we can safely move away from manually configuring Jest on
our own.
  • Loading branch information
angelocordon committed Sep 14, 2020
1 parent 922a965 commit dc6c832
Show file tree
Hide file tree
Showing 4 changed files with 1,791 additions and 3,727 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
SKIP_PREFLIGHT_CHECK=true
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ Install dependencies:
npm i
```

IMPORTANT: Create a `.env` file and copy the keys and values from `.env.example`.

Running the client server locally:

```bash
npm run start:client
npm run start
```

Running tests:
Expand All @@ -20,7 +18,7 @@ Running tests:
npm run test
```

Note: Even if you aren't developing the backend, you should set up the the [backend](https://github.com/codebuddies/backend) and run it locally so that the frontend has a local API to talk to.
Note: Even if you aren't developing the backend, you should set up the the [backend](https://github.com/codebuddies/backend) and run it locally so that the frontend has a local API to talk to.

## **Overview of Codebuddies**

Expand Down
Loading

0 comments on commit dc6c832

Please sign in to comment.