2.0.0 • Published 4 years ago
create-asphalt-app v2.0.0
Create Asphalt App
Using Create Asphalt App you can bootstrap a React app quickly with Asphalt Web designed templates. Under the hood it runs Create React App without taking its power away from you.
🚀 Quickstart
To get started, run
npx create-asphalt-app my-appor alternatively
npm init asphalt-app my-app
yarn create asphalt-app my-appThis bootstraps a project in my-app directory configured for Asphalt Web.
Develop
$ cd my-app
$ yarn startRuns the app in development mode. Open http://localhost:3000 to view it in the browser.
The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.
Options
Supports all options of Create React App.
Create Asphalt App proxies all options, like --template, --scripts-version to Create React App.