Marketplace that connects software engineers with companies willing to pay for contract work
- Megan Ring
- Vince Cipriani
- Daniel Kim
- Colin Whitmarsh
- Evan Chen
- Frank Shieh
- Max Kroshka
- Joe Miller
- Node 5.6
- MySQL 5.5
Below is some basic information on getting started w/ the project. Both the client and server folders contain README documents with more information. In particular, you will likely need to do additional configuration if working on server/backend changes.
npm installTo build the client source:
npm run build To launch dev server with live reload and live rebuild:
npm run dev If linting is not working run the command below and make sure you have the eslint plugin for your editor.
npm install -g eslint 