This is a project that provides a solution to the Flex Application Form.
- Docker!
npm install
- installs dependencies for the serverdocker-compose build
- builds the docker containerdocker-compose up
- this will run the client and server (this is proxy'd to allow 3000 to talk to 1200 (server))
npm run dev:client
- runs the development client on port 3000npm run dev:server
- runs the server on port 1200
npm run test:app
- Run tests on the appnpm run test:client
- Run tests on the clientnpm run test
- Run tests on the app and client