/horse-frontend

Primary LanguageJavaScriptMIT LicenseMIT

HORSe Frontend

To run

  • Install the dependencies:
npm install
  • Run development server:
npm start

Open the web browser to http://localhost:8888/

To build the production package

npm run build