Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 491 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 491 Bytes

player-highscore-app

Introduction

Example implementation for the "ReasonML for React Developers" Tutorial.

Getting Started

yarn install // or npm install

Run the following command:

npm start

To build and run the following command in a second tab:

npm run dev

To run the server type the following command in a third tab:

npm run serve

Then go to http://localhost:3000/ and start working on the App.