MIKEL-Inc / resume

Resume parsing and searching application.
MIT License
3 stars 0 forks source link

Improve developer experience #27

Closed chrisBosse closed 5 years ago

chrisBosse commented 5 years ago

npm start also fires up the backend server API. Assumes Docker PostgreSQL database is already running.

Also updated packages.

Note: Angular needs Typescript in range from 3.1.1 to below 3.3.0, but, at this time, npm update happily installs 3.3.1.

This will happen again with other versions. To fix, after updates, need to run:

npm install typescript@">=3.1.1 <3.3.0"