2.0.0 • Published 2 years ago

create-asphalt-app v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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.

2.0.0

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago