Skip to content

vijaypatil/journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Journal

A simple Journaling app.

Built with Mithril, Ramda & Bootstrap. Uses parceljs & json-server to serve the app and store your notes.

Install

You should have a recent version of node on your machine, along with json-server & parceljs.

To install parcel bundler, use:

npm install -g parcel-bundler

For json-server installation, use:

npm install -g json-server

Run

From one terminal, serve the data files data/db.json

json-server -w data/db.json

From another terminal, run:

parcel index.html

to serve the app at http://localhost:1234

About

A simple Journal app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors