An open API service indexing awesome lists of open source software.

https://github.com/remake/remake-cli

Create interactive web apps with just HTML (Remake CLI)
https://github.com/remake/remake-cli

Last synced: 9 months ago
JSON representation

Create interactive web apps with just HTML (Remake CLI)

Awesome Lists containing this project

README

          

# The Remake CLI

Use this Remake CLI to generate a Remake application.

The main framework & README is here: [Remake Framework](https://github.com/remake/remake-framework/).

## How to generate a Remake application

**1. Install [Node.js (12.16+)](https://nodejs.org/)**

**2. Create a project using the Remake CLI**

```
npx remake create my-app
```

**3. Run the project**

```
cd my-app
npm run dev
```

You now have an app running at `http://localhost:3000`. Your app's code is in the `/app` directory and your user database is in the `/app/data` directory.

→ Start learning how to build a web app with Remake