Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 476 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 476 Bytes

khe-khe

Nuff said

Get started

Install the dependencies...

npm install

...then start everything:

npm run dev

and in different console:

now dev

First will perform frontend livereloading, second will make lambda to get alive.

Navigate to localhost:3000. You should see your app running.

Building and running in production mode

To create an optimised version of the app:

npm run build