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)
- Host: GitHub
- URL: https://github.com/remake/remake-cli
- Owner: remake
- License: mit
- Created: 2019-03-02T04:49:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T17:26:03.000Z (over 2 years ago)
- Last Synced: 2024-04-14T15:17:37.312Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://remaketheweb.com/
- Size: 3.58 MB
- Stars: 396
- Watchers: 12
- Forks: 26
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-github-projects - remake-cli - Create interactive web apps with just HTML (Remake CLI) ⭐392 `JavaScript` (📦 Legacy & Inactive Projects)
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.