A simple spreadsheet simulation to motivate the use of lookup functions.
- Node > 7.6
To start the development server
npm start
To build for production
npm run build
To preview the production build
npm run preview
Based on Webpack Starter Basic by Joel Hernandez