Everything you need to build a great remult
project, powered by create-remult
.
Before diving in, make sure you have the following tools installed:
Clone the repo:
git clone [YOUR REPO URL ONCE PUSHED]
and install dependencies:
npm install
Simply run the development server:
npm run dev
When you're ready to go live, here's how to prepare:
npm run build
npm run start