Skip to content

Files

Latest commit

 

History

History
29 lines (19 loc) · 739 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 739 Bytes

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