This splits the webapp in: * IronCalc (the widget to be published on npmjs) * The frontend for our "service" * Adds "dummy code" for the backend using sqlite
17 lines
188 B
Markdown
17 lines
188 B
Markdown
# IronCalc application
|
|
|
|
This is the front end deployed at https:://app.ironcalc.com
|
|
|
|
|
|
To build for production:
|
|
|
|
```
|
|
npm install
|
|
npm run build
|
|
```
|
|
|
|
A development build:
|
|
|
|
```
|
|
npm run dev
|
|
``` |