1.1.4 • Published 1 year ago
create-oxidizer-app v1.1.4
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