Skip to content

An application boilerplate for AdonisJs with a React frontend

License

Notifications You must be signed in to change notification settings

MargotDem/adonis-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
margot
Jan 8, 2020
3968b33 · Jan 8, 2020

History

8 Commits
Jan 7, 2020
Jan 7, 2020
Jan 7, 2020
Jan 7, 2020
Jan 7, 2020
Jan 7, 2020
Jan 7, 2020
Apr 27, 2018
Jan 7, 2020
Jan 7, 2020
Apr 29, 2018
Apr 27, 2018
Apr 27, 2018
Jan 7, 2020
Jan 8, 2020
Apr 27, 2018
Jan 7, 2020

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