1.0.0 • Published 2 years ago
pwaninja v1.0.0
Welcome to pwaninja. It's Ninja or Nothing.
Getting started with npm
To begin, please run the following command in your terminal:
npm i -g pwaninja
This command will install pwaninja globally on your system.
Creating a PWA project
To create a new PWA project, you have two options:
Using npm:
pwaninja [project-name]
By default, the project name is set to "PWA-Ninja". Replace project-name with your desired name.Using npx:
npx pwaninja [project-name]
Again, the default project name is "PWA-Ninja".
Modifying the files
Once the project is created, you can modify the files according to your requirements. If you encounter any issues, please refer to the README.md file located within your project.