#Islands Game
This is the Islands game project bootstrapped with create-next-app
.
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.
.
├── __tests___ # unit test
├── components # Rect components
├── pages # Html pages
├── public # Builded files
├── styles # Custom stylesheets
├── contexts # React context and reducers
└── README.md
Software Developer at Softtek