We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c4a96 commit f39d1d8Copy full SHA for f39d1d8
README.md
@@ -7,7 +7,7 @@ E-commerce mobile application developed using React Native :necktie: :tophat:
7
- React Native
8
- Redux / Saga
9
- JSON Server
10
-- Unit tests
+- Unit Testing
11
12
## Dependencies
13
@@ -24,7 +24,7 @@ $ yarn
24
To run JSON Server, you could do some configurations or execute the follow command if you installed json-server as global:
25
26
```sh
27
-$ json-server server.json -p 3001 -w -d 500
+$ json-server server.json -p 3001 -w -d 300
28
```
29
30
To run the project, you must have installed Android and/or iOS environment. Use 'run-ios' or 'run-android':
0 commit comments