Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franklang/puissance4
https://github.com/franklang/puissance4
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/franklang/puissance4
- Owner: franklang
- Created: 2020-05-23T10:26:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:40:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T17:56:35.737Z (over 1 year ago)
- Language: CSS
- Size: 4.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# PUISSANCE 4
## Setup dev environment with Docker and Docker Compose
From the root folder of the project:
```
// Run the service (and access the container shell):
docker-compose run --rm --service-ports dev_env
```From the container shell:
```
// Run once at project init, or whenever a new dependency is added to the package.json file (remove 'node_modules' folder prior execution):
yarn install// Compile front-end assets and start server:
yarn start
```To test the server, visit http://localhost:8080/ in your local browser.
Reference documentation for further information (link to english written tutorial provided): [Utiliser Docker pour créer un environnement de développement NodeJS](https://devfrontend.info/dockernodejs-utiliser-docker-pour-creer-un-environnement-de-developpement-nodejs/)
## Setup dev environment without Docker
Please refer to [ZURB Template's original readme file guidelines](https://github.com/foundation/foundation-zurb-template/blob/v6.6.0/readme.md)
## Reference projects:
* https://github.com/jakedean/multiplayer_connect_four