Warning ! This project have been archived and is no longer maintained. It acually works fine but we've replaced it by Bun JS template in order to provide a better experience to our users and improve application speed.
This template provides just enough to get started with your Javascript application.
Report Bug
·
Request Feature
To properly run this template, you will have to make sure that the Lenra CLI and docker with docker-compose are installed on your computer. Installation instructions can be found here https://github.com/lenra-io/lenra_cli.
To have IDE auto-completion, you will have to install the dependencies of the project. To do so, run the following command:
npm install
This will also index the views and listeners of your application. You can re-index them by running:
npm run index
To start the JavaScript template just run:
lenra dev
You can use one of the client libs to create a custom client for your application. You can find the client libs here: https://github.com/search?q=topic%3Alenra+topic%3Aclient+topic%3Alib&sort=stargazers&type=repositories
You can then access the application by opening localhost:4000
on your web browser.
This template is a basic implementation of a Lenra application using the Javascript language. You can get your application started by using this template.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement". Don't forget to give the project a star if you liked it! Thanks again!
Distributed under the MIT License. See LICENSE for more information.
Lenra - @lenra_dev - contact@lenra.io
Project Link: https://github.com/lenra-io/template-javascript