Skip to content

Developers Corner

Christopher Barnes edited this page Dec 31, 2020 · 1 revision

This application is fully contained in the client's browser. It uses React to manage the view and Redux to manage data. Dungeon! leverages create-react-app.

You can install all the dependencies necessary to run this program with npm by typing:

npm install

To run the game on a local development server, type:

npm start

To build the project, type one of the following command:

npm run build
npm run build:dev

You are welcome to fork this project, alter the code, and submit pull requests.

Clone this wiki locally