colony-starter-angular
Learn to build with Colony using Angular!
Prerequisites
You may find it helpful to use Node Version Manager (nvm
) to manage Node versions.
Development
Start Network
Open a new terminal window and start Ganache:
yarn start-ganache
Deploy Contracts
Open a new terminal window and deploy the colonyNetwork contracts:
yarn deploy-contracts
Start TrufflePig
Once the contracts have been deployed, start TrufflePig:
yarn start-trufflepig
Seed Network
Open a new terminal window and run the seed network script:
yarn seed-network
Start Dev Server
Once the network has been seeded, start the development server:
yarn start
Open Your Browser
Open your browser and checkout the example react app::
localhost:4200
Run Tests
Open a new terminal window and run the tests:
yarn test