A simple react + express, card potfolio, progressive web app.
- nodejs 6.10.2 or higher
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