lyrn v1.3.0
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@latestOr install the package from npm globally
npm i -g lyrnThis 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 reactThis command will create a simple application using the React framework
Development
Navigate to your application folder
cd ./your-app-nameTo start the development server, use the command:
npm startBuild
Navigate to your application folder
cd ./your-app-nameTo build your project, use the command:
npm run buildTo run the built project, use the command:
npm run serveLicense
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago