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
- Host: GitHub
- URL: https://github.com/normalhuman01/game-store
- Owner: normalhuman01
- License: mit
- Created: 2023-12-17T22:59:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T23:02:19.000Z (over 2 years ago)
- Last Synced: 2025-02-01T12:45:28.991Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 796 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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