Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ericvida/imbabible

[WIP] A web bible that remembers your last passage using local storage and Imba 2
https://github.com/ericvida/imbabible

Last synced: about 1 month ago
JSON representation

[WIP] A web bible that remembers your last passage using local storage and Imba 2

Awesome Lists containing this project

README

        

Imba 2 Webpack Template

## Run
```
# clone the repository
git clone https://github.com/iamtirado/imba-2-webpack.git imba-app

# enter the folder
cd imba-app

# install dependencies
npm install
# or
yarn add

# run server
npm start
# or
yarn start
```