1.1.5 • Published 7 months ago

packlify-start-app v1.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

packlify-start-app

A part of the Packlify Web SDK ecosystem, the packlify-start-app package helps you quickly initialize a new React-based project with a pre-set architecture, saving you from boilerplate setup.

  • WARNING: packlify-dev-server: For now its only compatible with Node between 16 and 18 (LTS).

Table of Contents

Installation

npx packlify-start-app my-new-app

Features

The script will guide you through the setup, allowing you to create:

  • package.json file
  • ESLint configurations
  • .gitignore
  • Tailwind CSS configurations
  • nodemon.json for Nodemon
  • PostCSS configurations
  • TypeScript configurations for client and server
  • Prettier configurations
  • Vite configurations for client-side and server-side
  • README.md for your new project
  • Example .env files
  • .nvmrc for NVM usage
  • Source files for your project (React).

Usage

After installing the package globally, you can initialize a new project with:

cd {PROJECT_FOLDER}
npm install
npm run dev
npm run build && npm start

Requirements

  • Node.js (+16)
  • NPM

Contact

Lucas Farias lukf95@gmail.com LinkedIn - GitHub

1.0.2

8 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.0.3

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.0.9-alpha.0

8 months ago

0.2.0-alpha.0

8 months ago

0.0.8-alpha.0

8 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.0-alpha.0

8 months ago

0.0.8

8 months ago

0.2.2-alpha.0

8 months ago

0.2.2-alpha.1

8 months ago

0.0.7-alpha.0

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.3

8 months ago

0.0.3-alpha.0

8 months ago

0.0.2

8 months ago