create-asphalt-app
v2.0.0
Published
Have an app to build? use create-asphalt-app
Downloads
14
Readme
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-app
or alternatively
npm init asphalt-app my-app
yarn create asphalt-app my-app
This bootstraps a project in my-app directory configured for Asphalt Web.
Develop
$ cd my-app
$ yarn start
Runs 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.