/template-javascript

This template provides just enough to get started with your JavaScript application

Primary LanguageJavaScriptMIT LicenseMIT

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.

Contributors Forks Stargazers Issues MIT License


Template Javascript

This template provides just enough to get started with your Javascript application.

Report Bug · Request Feature

Prerequisites

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.

(back to top)

Usage

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

Classique client

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

Lenra client (beta)

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.

(back to top)

Contributing

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!

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Lenra - @lenra_dev - contact@lenra.io

Project Link: https://github.com/lenra-io/template-javascript

(back to top)