This is an unofficial boilerplate for AdonisJs with a ReactJS frontend, built from the official fullstack application boilerplate for Adonisjs
You can manually clone the repo and then run npm install
, or you can do it the Adonis way:
First, install the cli tool globally:
npm i -g @adonisjs/cli
And then to create a project:
adonis new <name> --blueprint=MargotDem/adonis-react-app
To start developing your app, do:
cd <name>
npm run dev
This will concurrently serve your app on localhost:3333 and compile (and watch) the frontend assets