Skip to content

mcalthrop/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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