Kickstarter for new projects
The open-source Kickstarter is the perfect starting point for your next project! It fully integrates with all of ROQ's features. Therefore, you don't need to care about logins, social sign-ins, registration, invites, notifications, etc.
The Kickstarter ships with documented clean code. The styling is based on a single CSS file, so you can choose whatever CSS-library you prefer.
- License: MIT
- Main technologies: Next.js, React
- Repository: https://github.com/roqtech/roq-kickstarter-nextjs (opens in a new tab)
Local installation
Clone the repository
git clone git@github.com:roqtech/roq-kickstarter-nextjs.git
Add credentials
- Login to ROQ Console (opens in a new tab) and go to
Project Details
➔Settings
. - Then add your base URL (usually it's
http://localhost:3000/
) and press theSave
button (top right). - When this is done, you can press the
Copy Env File
button and copy the entire output. - Create a new file called
.env
in the root of your project and paste the content in.
Install dependencies
npm install
Start the application
Switch to the new directory cd roq-kickstarter-nextjs
and start the application. Your app should be running at
http://localhost:3000 by default.
npm run dev