Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elalfymohamed/games-store
🎮 Games Store
https://github.com/elalfymohamed/games-store
gams gulp javascript pug scss
Last synced: 17 days ago
JSON representation
🎮 Games Store
- Host: GitHub
- URL: https://github.com/elalfymohamed/games-store
- Owner: elalfymohamed
- Created: 2020-09-26T02:17:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T02:25:49.000Z (over 4 years ago)
- Last Synced: 2024-01-27T11:45:01.667Z (11 months ago)
- Topics: gams, gulp, javascript, pug, scss
- Language: SCSS
- Homepage:
- Size: 20.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Games-Store
## Quickstart
1. Install the [node.js](https://nodejs.org/en/)
2. Clone the project```bash
git clone https://github.com/elalfy404/Games-Store.git
```3. Go to project folder and run
```bash
npm install
```4. Start development mode
```bash
npm run gulp:dev
```5. In browser open page with address [http://localhost:3000/](http://localhost:3000/)
## Main tasks
- npm run gulp:dev - launches watchers and server & compile project.
- npm run gulp:prod - optimize & minify files for production version.