0.1.0 • Published 3 years ago

test-create-nextjs v0.1.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

mi-create-nextjs

A simple CLI to install Next JS Boilerplate to your machine with no build configuration. Tool built for productivity.

Works on Windows and macOS. Not yet tested on Linux.

Quick Overview

We recommend you to use the latest LTS version of Node JS or v18.12.1 higher

If you've previously installed mi-create-nextjs globally via npm i -g mi-create-nextjs, we recommend you to uninstall the package using npm un -g mi-create-nextjs to ensure that npx always uses the latest version

npx mi-create-nextjs <project_name>
cd <project_name>
npm install
npm run dev

Then open http://localhost:3000/ to see your app.

Get Started Immediately

You don't need to setup any tools like redux, folder structures, api, etc.

Create a project, and you’re good to go.

Tech Debt

  • Current version only supports 1 template with JavaScript. Will plan on creating a flag for TypeScript.
  • No yarn or pnpm support, only npx for current version.
0.1.0

3 years ago