Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 461 Bytes

File metadata and controls

31 lines (19 loc) · 461 Bytes

Lookup Challenge

A simple spreadsheet simulation to motivate the use of lookup functions.

Requirements

Usage

To start the development server

npm start

To build for production

npm run build

To preview the production build

npm run preview

Credits

Based on Webpack Starter Basic by Joel Hernandez