Skip to content

MargotDem/adonis-react-app

Repository files navigation

Adonis-React application

This is an unofficial boilerplate for AdonisJs with a ReactJS frontend, built from the official fullstack application boilerplate for Adonisjs

Setup

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

Development:

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

About

An application boilerplate for AdonisJs with a React frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published