Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 471 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 471 Bytes

identity

A simple react + express, card potfolio, progressive web app.

alt Lighthouse Results

prerequisites

  • nodejs 6.10.2 or higher

Getting started

Clone the repository and Install the dependancies

yarn install or npm install

Start the api server

yarn run start:server or npm run start:server

Edit db.json

Start the app

yarn start or npm start

Run tests

yarn test or npm test

Linting

yarn lint or npm lint