Skip to content

Project made with React to practice react hooks and unit test

Notifications You must be signed in to change notification settings

raftael/islands-game

Repository files navigation

#Islands Game

This is the Islands game project bootstrapped with create-next-app.

Getting Started

In order to run the project locally, folow the next steps:

Clone the project

  git clone https://github.com/raftael/islands-game.git

Go to the project directory

  cd islands-game

Install dependencies

  npm install

Start the server (development)

  npm run dev

Build project

  npm run build

Start the server (production)

  npm run start

Open http://localhost:3000 with your browser to see the result.

Folder structure

.
├── __tests___                  # unit test 
├── components                  # Rect components 
├── pages                       # Html pages 
├── public                      # Builded files
├── styles                      # Custom stylesheets
├── contexts                    # React context and reducers 
└── README.md

🚀 About Me

Software Developer at Softtek

[email protected] Linkedin

About

Project made with React to practice react hooks and unit test

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published