Lenra Docs
Register on Lenra
  • Home
  • Getting started
    Open/Close
  • Guides
    Open/Close
  • Features
    Open/Close
  • References
    Open/Close
  • Create a projectContribute

    Create with your favorite language

    Once the Lenra client is downloaded, you can set your preferred language to start your application with by downloading a template.

    Create a new lenra project

    To create a new lenra project you can just run the lenra new command. This command takes two parameters:

    lenra new javascript my-app
    cd my-app
    

    {:.info.lenra-icon-info} All the guides in this documentation will focus on the JavaScript template. Other languages work about the same and main principles remain the same too. Don't be afraid to follow these guides using another language !

    Directory structure

    First of all, we can see that this project is already versioned with git. This is a usually a good idea to commit your changes early on. This new project is a simple app that showcases a simple counter app.

    About the different files :