dps / spreadsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧮 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

About


Languages

Language:JavaScript 87.1%Language:HTML 6.6%Language:Yacc 6.3%