Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.