Installation

Cloning the project repo

First, go to https://github.com/SimpleICO/web-app and fork or clone the github repository:

git clone git@github.com:SimpleICO/web-app.git simpleico-web-app

Do cd simpleico-web-app; npm install and run ng serve

This will run a localhost:4200 instance of the SimpleICO web-app in your browser.

You may need an environment file inside src/environments/environment.ts

export const environment = {
  production: false,
  staging: true,
  local: false,
};

Last updated