forked from developer-job-simulation/javascript-crm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finalized code for customers table; updated readme; added some commen…
…ts in the code; added styling
- Loading branch information
Dmitrii Belousov
committed
Apr 28, 2022
1 parent
93f0e8b
commit 8f43e5d
Showing
10 changed files
with
1,996 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
### How to get started? | ||
|
||
1. Run | ||
``` | ||
1. Install dependencies frontend app needs to run. Run: | ||
```bash | ||
npm install | ||
``` | ||
|
||
Note that you might need sudo permissions for that. | ||
|
||
2. Run | ||
2. Start backend. Run: | ||
```bash | ||
npm run start-json-server | ||
``` | ||
|
||
4. Start frontend. Run: | ||
```bash | ||
npm run start | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.