Test for a Front-end Engineer at FanDuel
- React.js (with Next.js) Isomorphic Web Application
- Jest testing suite
- SASS CSS compilation and component sandboxed CSS
- Server Side Rendering - entry route will SSR
- Page Routing and 404 errors built-in
- Page Templating / Master Layout with responsive HTML/CSS
- Had issues configuring my test runner (Jest) in conjunction with Babel and Styled JSX (within my components)
git clone https://github.com/PBTests/FanDuel
cd {location of the project}
npm install
npm run dev
The development instance should be available at:
http://localhost:3000
There are a number of integration tests that can be initiated by running the following:
npm run test
To build a production version please run:
npm run build
or
npm run export
and check out the "out" directory that'll be created.
https://fanduel-prod.pbuon.now.sh