Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lisanjs/examples
Example projects written with LisanJS
https://github.com/lisanjs/examples
Last synced: 21 days ago
JSON representation
Example projects written with LisanJS
- Host: GitHub
- URL: https://github.com/lisanjs/examples
- Owner: lisanjs
- License: mit
- Created: 2020-03-29T15:00:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:00:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T11:16:39.867Z (almost 2 years ago)
- Language: JavaScript
- Size: 796 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
i18n, Reimagined!
A blazing fast and super small i18n library for Javascript
Website
Installation ·
API ·
Guides & Tips
# LisanJS Example Projects
Here you can find some example projects developed by Lisan.
1. [**Hello World (Node)**](https://github.com/lisanjs/examples/tree/master/01-hello-world-node) - Purpose of this example
to demonstrate a minimal setup
to use [LisanJS](https://lisanjs.com).
2. [**Hello World (Browser)**](https://github.com/lisanjs/examples/tree/master/02-hello-world-browser) - Purpose of this example
to demonstrate a minimal setup
to use [LisanJS](https://lisanjs.com) that works on browser.
3. [**Hello World (React)**](https://github.com/lisanjs/examples/tree/master/03-hello-world-react) - This example
shows how to integrate [LisanJS](https://lisanjs.com) into a [ReactJS](https://reactjs.org) application.
4. [**Hello World (Next.js)**](https://github.com/lisanjs/examples/tree/master/04-nextjs-ssr) - Here you can
learn how to use [LisanJS](https://lisanjs.com) with [NextJS](https://nextjs.org) to achieve server side rendering.
5. [**Hello World (Next.js + Lisan Loader Plugin)**](https://github.com/lisanjs/examples/tree/master/05-ssr-lisan-plugin-loader) - When using next.js,
you can also use [lisan-plugin-loader](https://lisanjs.co/docs/lisan-plugin-loader) which is also compatible with server side rendering.More examples are on the way..
## Contribution
You are more than welcome to contribute and show off how you take advantage of lisan in your awesome applications.
## License
This repository is [MIT licensed](./LICENCE).