3.0.2 • Published 1 year ago

create-basic-remix-express-app v3.0.2

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

Create Basic Remix Express App

Overview

create-basic-remix-express-app is an installer that creates a basic template for a Remix-Express website. This package sets up a new Remix project with an Express server, configured with essential settings and dependencies.

Features

  • Sets up a new Remix project
  • Configures an Express server
  • Prompts for project-specific information (name, description, author)
  • Customizes the package.json file based on user input
  • Installs necessary dependencies
  • Provides instructions for starting the development server

Usage

To create a new Remix-Express project, run the following command:

npx create-basic-remix-express-app

You will be prompted to enter the following information:

  • Project name
  • Project description
  • Author name

Based on your input, the installer will:

  1. Clone the basic Remix-Express template from the repository.
  2. Install the necessary dependencies.
  3. Customize the package.json file.
  4. Provide instructions for starting the development server.

Next Steps

After running the npx command and completing the prompts, follow these steps:

  1. Change directory to your new project:
cd your-project-name
  1. Start the development server:
npm run dev

This will start the Remix development server, and you can begin building your application.

Requirements

  • Node.js (version 14 or higher)
  • npm (version 6 or higher)

License

This project is licensed under the MIT License.

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.3.3

1 year ago

2.3.2

1 year ago

2.3.1

1 year ago

2.3.0

1 year ago

2.2.6

1 year ago

2.2.5

1 year ago

2.2.4

1 year ago

2.2.3

1 year ago

2.2.2

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.4.4

1 year ago

1.3.4

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago