lyrn

1.3.0Β β€’Β PublicΒ β€’Β Published

lyrn

πŸš€ Quick start of your web application


NPM Version

Description

Lyrn is a command-line tool for quickly starting the development of your web application.

Install

You can run the application using the npx utility:

npx lyrn@latest

Or install the package from npm globally

npm i -g lyrn

This will make the lyrn application globally available in your system

Usage

To create an application, use the command:

lyrn create project your-app-name -f react

This command will create a simple application using the React framework

Development

Navigate to your application folder

cd ./your-app-name

To start the development server, use the command:

npm start

Build

Navigate to your application folder

cd ./your-app-name

To build your project, use the command:

npm run build

To run the built project, use the command:

npm run serve

License

MIT

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i lyrn

    Weekly Downloads

    2

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    6.95 kB

    Total Files

    7

    Last publish

    Collaborators

    • lacodda