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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.3.02latest

Version History

VersionDownloads (Last 7 Days)Published
1.3.02
1.2.20
1.2.10
1.2.00
1.1.20
1.1.10
1.1.00
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.20
0.0.11

Package Sidebar

Install

npm i lyrn

Weekly Downloads

3

Version

1.3.0

License

MIT

Unpacked Size

6.95 kB

Total Files

7

Last publish

Collaborators

  • lacodda