World news headlines
-
Install Node. Download the "Recommend for Most Users" version.
-
Clone the repo:
git clone git@github.com:rafaelcamargo/woover.git
- Go to the project directory
cd woover
- Install the project dependencies
npm install
- If you want to just build the project, run:
npm run build
- Otherwise, run:
npm run start
The app will be running on http://localhost:8080
.
- Ensure that all code that you have added is covered with unit tests:
npm run test
- You can optionally generate coverage report after running tests:
npm run test -- --coverage