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

https://github.com/normalhuman01/game-store

game store is a a react web application that represents a game store. use technologies like react, node.js, and webpack to develop a gaming e-commerce app
https://github.com/normalhuman01/game-store

Last synced: about 1 year ago
JSON representation

game store is a a react web application that represents a game store. use technologies like react, node.js, and webpack to develop a gaming e-commerce app

Awesome Lists containing this project

README

          

# Game Store

React web application

## How to run project

1. Open project in VSCode (for example)
2. Run command `npm i` in terminal (console) for installing all required packages (Node.js is required: )
3. For builing project you can use the following commands:
- `npm run build-prod` - building production version (minimized and optimized). The project will be builded into `build` folder. You can change destination in `webpack.common.js (line 19)`
- `npm run build-dev` - building development version
- `npm run serve` - building development hot-reloaded version with webpack-dev-server