An open API service indexing awesome lists of open source software.

https://github.com/ericvida/imba-file-system-template


https://github.com/ericvida/imba-file-system-template

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

_Bootstrapped with [imba-base-template](https://github.com/imba/imba-base-template)._

This imba template, demonstrates how to use fs (file system) as a data storage serverside.

All relevant code is found in
- `./app/client.imba` which contains ui and ui functions
- `./db.json which` serves as the database.
- `./server.imba` which contains api functions

## install dependencies
### `npm i`

## Available Scripts

In the project directory, you can run:

### `npm run dev`

Runs the server and website in the development mode with hot reloading, linting and detailed error output in the console, and source maps.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser. When you change your code, it will live reload.

### `npm run build`

Builds the app for production to the `dist` folder.