Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 736 Bytes

readme.md

File metadata and controls

52 lines (42 loc) · 736 Bytes

resumake.io server

This contains the code for the api backend for resumake.io. Check out the Contributing Server Changes in the contributing.md file to learn how to work on the app.

Install dependencies

npm install

Starting the server (localhost:3001)

npm start

Run tests (lint, flow, jest all at once)

npm test

Lint code

npm run lint

Fix lint issues

npm run fix

Format code

npm run format

Typecheck code

npm run flow

Install library definitions

npm run flow-typed install

Jest tests

npm run jest

Building a compiled lib output folder

npm run build