create-oxidizer-app
v1.1.4
Published
A script to create a template oxidizer app
Downloads
11
Readme
create-oxidizer-app
Create's an oxidizer template application using parcel for bundling.
Usage
npx create-oxidizer-app <name>
Example
- Create an oxidizer application in a new directory hello-world-app
npx create-oxidizer-app hello-world-app
- CD into the newly created directory
cd hello-world-app
- Start the application
npm start