-
Install Node. Download the "Recommend for Most Users" version.
-
Clone the repo:
git clone [email protected]:glorious-codes/glorious-taslonic-website.git
- Go to the project directory
cd glorious-taslonic-website
- 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:9000
.
- 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