Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Web TP 2020
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
benjamin.sitbon
Web TP 2020
Commits
f99c4576
Commit
f99c4576
authored
4 years ago
by
leonard.beck
Browse files
Options
Downloads
Patches
Plain Diff
README
parent
a5d90d19
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+29
-2
29 additions, 2 deletions
README.md
with
29 additions
and
2 deletions
README.md
+
29
−
2
View file @
f99c4576
...
@@ -6,3 +6,30 @@ Vous pouvez accéder au site via index.html se situant dans frontend/
...
@@ -6,3 +6,30 @@ Vous pouvez accéder au site via index.html se situant dans frontend/
Vous y découvrirez une vidéo de tutoriel pour vous y guider
Vous y découvrirez une vidéo de tutoriel pour vous y guider
Il y est possible de naviguer le pokedex, choisir 4 attaques et acheter des pokemon
Il y est possible de naviguer le pokedex, choisir 4 attaques et acheter des pokemon
### Démarrer le serveur
La partie publique est servie par le serveur sur Node. Vous devez avoir Node installé sur votre machine pour démarrer cette application Web.
Accédez au dossier contenant le serveur Node
`cd backend/`
Installez les dépendances
`npm install`
Démarrez le serveur Node
`node server.js`
Vous pouvez ensuite visualiser le site en local sur un navigateur:
**localhost:8080**
### Stopper le server
Pour stopper le serveur Node, utilisez la commande
**CTRL + C**
### Contact
-
Benjamin Sitbon : benjamin.sitbon@etu.hesge.ch
-
Léonard Beck : leonard.beck@etu.hesge.ch
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment