Socket
Socket
Sign inDemoInstall

remake

Package Overview
Dependencies
138
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    remake

Generate a full-stack Remake web app


Version published
0
Maintainers
2
Install size
11.1 MB
Created
Weekly downloads
 

Readme

Source

The Remake CLI

Use this Remake CLI to generate a Remake application.

The main framework & README is here: Remake Framework.

How to generate a Remake application

1. Install Node.js (12.16+)

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

Keywords

FAQs

Last updated on 30 Dec 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc