-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe.txt
44 lines (30 loc) · 2.37 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
To Edit client side project with Hot Reload
(in terminal)
from SharedUI: npx tailwindcss -i ./cssStyles/app.css -o ./wwwroot/app.css --watch
from BlazorWebClient: dotnet watch
from Server dotnet run
from Shared API dotnet run
Install MudBlazor
https://mudblazor.com/getting-started/installation#ready-for-more?
Install Tailwind
https://chrissainty.com/adding-tailwind-css-v3-to-a-blazor-app/
install Syncfusion
https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio
Photo Attributes
Photo by <a href="https://unsplash.com/@belart84?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Artem Beliaikin</a> on <a href="https://unsplash.com/collections/QHeZPyOppcc/-commerce-app?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
Photo by <a href="https://unsplash.com/@artificialphotography?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Artificial Photography</a> on <a href="https://unsplash.com/collections/QHeZPyOppcc/-commerce-app?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
Photo by <a href="https://unsplash.com/@meganlee007?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Megan Lee</a> on <a href="https://unsplash.com/collections/QHeZPyOppcc/-commerce-app?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
Photo by <a href="https://unsplash.com/@whereslugo?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">whereslugo</a> on <a href="https://unsplash.com/collections/QHeZPyOppcc/-commerce-app?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
Photo by <a href="https://unsplash.com/@kaylinp?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Kaylin Pacheco</a> on <a href="https://unsplash.com/collections/QHeZPyOppcc/-commerce-app?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
Stylin Attributes
Intial Templates built upon where provided by:
## Authors
* **Ross Topping** - [Digizu](https://digizu.co.uk)
* **LightningBits
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
-Connect your own DB at ECommerce_Server.Appsettings.json
-Delete migration files at SharedServices.Migrations
-Run Dotnet ef migrations
-Run DataBase update