Skip to content

maxi032/adonis-mix-react

 
 

Repository files navigation

Adonis-React + Tailwind

A monorepo combining AdonisJS with ReactJS via the npm package adonis-mix-react.

Article detailing step by step creation is covered here on Medium.

Features

  1. AdonisJS
  2. ReactJS
  3. Laravel Mix (adonis-mix-asset)

Installation

git clone https://github.com/michaelmcshinsky/adonis-mix-react.git
cd adonis-mix-react
cp .env.example .env
node ace generate:key
yarn install

Usage

Development

yarn dev

Navigation to http://localhost:3333

Production

yarn build
yarn start

Documentation

TODO

  • Update Hot reloading when fixable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.8%
  • JavaScript 5.3%
  • Other 0.9%