cv

Source code for Matt Calthrop's online CV

MIT License

Stars
0

Matt Calthrop: CV

Old source code for my online CV – see github.com/mcalthrop/cv-react for latest

Overview

This codebase contains the source for the AngularJS version of my online CV: matt-calthrop-cv.herokuapp.com/.

It uses the following features:

You can fork this repo, and run it locally yourself. Following are instructions for setting it up and running it.

Setup

Install yarn

Follow the instructions here:

yarnpkg.com/en/docs/install

Install NodeJS packages

Install the NodeJS packages:

$ yarn

Running the app

App code is in the public directory.

During development

In a terminal tab, you can use nodemon:

$ yarn nodemon

To check if the API is running, browse to:

localhost:7000/api

Tests

All

To run all tests:

$ yarn test

Linting

Check the .eslint file for the Eslint rules.

The Javascript code can be linted as follows:

$ yarn lint

And to auto-correct any errors that can be corrected:

$ yarn lint:fix

License

MIT

Badges
Extracted from project README's
Build Status
Related Projects