🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

remake

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remake

Generate a full-stack Remake web app

2.6.0
latest
Version published
Weekly downloads
47
840%
Maintainers
2
Weekly downloads
 
Created

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

FAQs

Package last updated on 30 Dec 2021

Did you know?

Socket

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