aidenybai / remake-playground

My own playground with messing with remake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create an app! πŸͺ‚

Create your first Remake app:

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:

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 to learn the new syntax.

About

My own playground with messing with remake

License:MIT License


Languages

Language:JavaScript 97.8%Language:Handlebars 1.6%Language:CSS 0.6%