/spreadsheet

Primary LanguageJavaScript

🧮 Spreadsheet

A simple proof-of-concept spreadsheet in React with Material-UI.

To re-generate the parser from grammar.jison

npm install jison -g
cd src/jison
jison grammar.jison

Which writes the file grammar.js in the same directory.

To run

npm install

Install the Netlify CLI

npm install netlify-cli -g

Run the development server

netlify dev

When the above command completes you'll be able to view your website at http://localhost:8888