This project was generated with Angular CLI version 6.1.5.
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
This will also run a mock server (with json-server) for local development. Currently it mocks the data from LTO bridge, because that is not maintained on testnet environment. See the mock-data
folder to change the data from this server.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory. Use :testnet
or :mainnet
to build for different environments.
Run npm test
to execute the unit tests via Karma. You can also run npm run test:watch
to watch for changes on the test files.