Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ericvida/imbabible
- Owner: ericvida
- Created: 2020-04-24T16:14:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:28:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T10:21:39.374Z (over 1 year ago)
- Language: JavaScript
- Size: 4.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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
```