create-basic-remix-express-app
v3.0.2
Published
A basic Remix Express app scaffolder
Downloads
19
Readme
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:
- Clone the basic Remix-Express template from the repository.
- Install the necessary dependencies.
- Customize the package.json file.
- Provide instructions for starting the development server.
Next Steps
After running the npx command and completing the prompts, follow these steps:
- Change directory to your new project:
cd your-project-name
- 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.