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

https://github.com/n8e/sudokux

sudoku game: react and redux
https://github.com/n8e/sudokux

react webpack webpack-dev-server

Last synced: 3 months ago
JSON representation

sudoku game: react and redux

Awesome Lists containing this project

README

          

## To run:
1. Make sure you have `node` and `npm` installed
2. Run `npm install` to install the dependencies
3. Run `npm run dev` to start the server
4. Head to `localhost:3000`

## Docker
Configuration added on `Dockerfile`.
1. Build Docker image: `docker build -t us.gcr.io/sudokux-186808/sudokux .`. Confirm build by checking if image is listed `docker images`.
2. Run the container `docker run -d --name sudoku -p 3000:3000 us.gcr.io/sudokux-186808/sudokux`
3. Access the app on http://0.0.0.0:3000

## G Cloud
This app is hosted on `gcloud` following instructions found on GCP docs(https://cloud.google.com/kubernetes-engine/docs/tutorials/hello-app) or on this medium post(https://medium.com/@delanhype/dockerizing-and-deploying-a-nodejs-app-7779b1a2d2f6)

## Built wth:
* ES6 using [Babel](https://babeljs.io/) transpiler
* [React](https://facebook.github.io/react/)
* [Redux](http://redux.js.org/)
* [Lodash](https://lodash.com])
* [Webpack](https://webpack.github.io/)