create-verex

1.0.5 • Public • Published

Create-Verex 🏗

An npx tool to create a fullstack application using React and Express

Requirements

  • 📦 A package manager like npm or yarn
  • 💻 Node v18.0.0 or later (To use node --watch)

Usage

# Following the prompts:

# For yarn users:
yarn create verex

# For npm users:
npx create-verex

# Or, specify the project name and the template

# For yarn:
yarn create verex <project-name> --template <template>

# For npm:
npx create-verex <project-name> --template <template>

The templates are the following:

  • javascript
  • typescript

Now, go to the project directory and run:

# Yarn:
$ yarn
$ yarn dev

# Npm:
$ npm install
$ npm run dev

And open you browser in http://localhost:5000.

Readme

Keywords

Package Sidebar

Install

npm i create-verex

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

33.6 kB

Total Files

60

Last publish

Collaborators

  • vanaldito