Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 350 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 350 Bytes

frontender-code-challenge

This is a small node/react project to skill check frontend applicants

To build and run

You will want to run these commands in two separate terminals

Build and watch the application: $ NODE_ENV=development yarn watch:csr

Start the development server and deliver the application $ NODE_ENV=development yarn run:csr