This repository was archived by the owner on Sep 29, 2023. It is now read-only.
File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 19
19
# /config/jwt/*.pem
20
20
# ##< lexik/jwt-authentication-bundle ###
21
21
22
- # ## fix .idea ###
23
- .idea /
24
22
# ##> symfony/webpack-encore-bundle ###
25
23
/node_modules /
26
24
/public /build /
27
25
npm-debug.log
28
26
yarn-error.log
29
27
# ##< symfony/webpack-encore-bundle ###
28
+
29
+ # ## Mac OS files
30
+ .DS_Store
Original file line number Diff line number Diff line change 1
- # Configuration of webpack for linux or windows
1
+ # Maintain Your Car - MYCar
2
+
3
+ An application of a course about Symfony 5 w/ API-Platform and React.
4
+ It was a personal project used to present a technical project in team at school examen. I was working on this project with:
5
+
6
+ @tiagfernandes
7
+ @thibaut-comte
8
+
9
+ ## Configuration of webpack for linux or windows
2
10
3
11
Make sure you have run this command before configuration:
4
-
12
+
5
13
symfony server:start
6
14
7
15
This command was important to create symfony certs, now you can run:
@@ -20,9 +28,8 @@ Now you have to make modification in your **package.json** to enable symfony cer
20
28
21
29
"dev-server": "encore dev-server --https --pfx=%UserProfile%\\.symfony\\certs\\default.p12 --port 8080",
22
30
23
-
24
31
Now you can run:
25
32
26
33
npm install
27
34
npm run build
28
- npm run dev-server
35
+ npm run dev-server
You can’t perform that action at this time.
0 commit comments