1.0.4 • Published 1 year ago

create-airfoil-nextjs-app-experimental v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Create Airfoil NextJS App

Create NextJS apps from a Airfoiled template with no build configuration.

Quick Overview

First, you will need npx to get started

npx create-airfoil-nextjs-app-experimental client-app
cd client-app
npm dev

Guide

This experimental package will help developers to create a new NextJS app: clone from this repo built on top of Zachery's repo.

Developers can choose the package manager and css frameworks from the command prompts. The script will validate Node version, project path, project name and will rollback if any error occurs.

create-airfoil-app-demo