First, fork this repository.
Then executing the following command will compile each contract.
git clone git@github.com:YOUR_NAMESPACE/npm-market.git
cd npm-market
npm i
npm run generate
run the following command to test each contract.
npm test
Require always following command.
cd serve
Then executing the following command will compile each file.
npm run build
Open a new console and execute the following command to starting a local server.
npm start