Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remake/remake-framework
Remake framework used by the Remake CLI to generate new projects
https://github.com/remake/remake-framework
Last synced: 3 months ago
JSON representation
Remake framework used by the Remake CLI to generate new projects
- Host: GitHub
- URL: https://github.com/remake/remake-framework
- Owner: remake
- License: mit
- Created: 2019-08-06T01:31:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T15:31:52.000Z (12 months ago)
- Last Synced: 2024-07-31T08:16:42.727Z (6 months ago)
- Language: JavaScript
- Homepage: https://remaketheweb.com/
- Size: 2.22 MB
- Stars: 178
- Watchers: 5
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: README-FOR-BUNDLE.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - remake/remake-framework - Remake framework used by the Remake CLI to generate new projects (JavaScript)
README
# Create an app! 🪂
Create your first Remake app:
```sh
npm install -g remake
remake create your-remake-app
```Now you have a Trello clone app! 🤩
## Get your app running! 🛵
Use the following commands to start the development server:
```sh
cd your-remake-app
npm run dev
```## Learn how Remake works! 👩💻👨💻
Look in the "app" directory to see all the code for the Trello clone app:
Inside the `/app/pages` directory you'll find the `app-index.hbs` file.
This file includes the entire Trello clone app! 👍
## Start from scratch 👨🎨👩🎨
If you want to start from scratch, follow the instructions in /app/README.md
## Full Remake Docs
**IMPORTANT:** A NEW VERSION of this framework was just released. **Don't use the current docs**. For now, you can use this [thorough recipes page](https://recipes.remaketheweb.com/) to learn the new syntax.