Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

EOSPortal/eosportal-front

Repository files navigation

EOS Voting Portal - Frontend

This is the frontend for the EOS Voting Portal.

Here is the backend project: eosportal-api

Table of contents

Installation

Cloning and Dependencies

Clone the repo and install dependencies.

git clone https://github.com/EOSPortal/eosportal-front.git

Cd into the project.

cd eosportal-front

Install all it's dependencies.

npm i or npm install

Scripts

Serve the development environment.

npm run serve this will start a development server.

Production Build

npm run build this will build the package for production and activate the service worker. To test the production build install python and navigate into the cd dist folder. to run the production version python -m http.server will start a server

Dependencies