Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 800 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 800 Bytes

Minimal Starter Kit for @matstack/remix-adonisjs

This repo contains an AdonisJS application tailored for building fullstack applications using remix-adonisjs.

Usage

You can create a new app using the remix-adonisjs boilerplate by executing the following command. The command will perform the following steps.

  • Clone the repo
  • Install dependencies
  • Copy .env.example to .env
  • Set app key using node ace generate:key command.
  • Configure the @adonisjs/lucid package.
  • Configure the @adonisjs/auth package.
  • Configure the @matstack/remix-adonisjs package.
npm init adonisjs@latest -- -K="github:jarle/remix-starter-kit"

After installation you can add your first Remix route by running:

node ace remix:route hello