UPDATE: split the webapp in a widget and the app itself
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
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
378f8351d3
commit
8215cfc9fb
17
webapp/app.ironcalc.com/frontend/README.md
Normal file
17
webapp/app.ironcalc.com/frontend/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user