https://github.com/sexyoung/nonogram
Play: https://sexyoung.github.io/nonogram
https://github.com/sexyoung/nonogram
game nonogram react ts typescript
Last synced: about 2 months ago
JSON representation
Play: https://sexyoung.github.io/nonogram
- Host: GitHub
- URL: https://github.com/sexyoung/nonogram
- Owner: sexyoung
- Created: 2020-09-24T16:16:09.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-10-29T09:02:49.000Z (over 5 years ago)
- Last Synced: 2025-04-05T07:19:03.189Z (about 1 year ago)
- Topics: game, nonogram, react, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 987 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Nonogram React version

### Environment:
- node v12.16.0
- create-react-app v3.4.1
### How to start
clone the repo
```sh
git clone https://github.com/sexyoung/
cd nonogram
```
install node_module
```sh
npm install
```
starting serve
```sh
npm start
```
then open your browser at: http://localhost:3000
# Enjoy!