Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 582 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 582 Bytes

Snackable Frontend Practical

This repository contains some boilerplate code that'll setup the coding problem that's been assigned. After your solution is finished, share your solution with the snackable team.

Finish whatever you can in the 2-hour time limit. We're less concerned about the amount of work that's been compelted, as we are about overall thought process and architectural decisions which we'll discuss during our next meeting.

Installation

To install locally run: npm install && npm run dev OR yarn && yarn dev

The application runs on localhost:3000