Readme Update

This commit is contained in:
ANU8151
2021-01-07 22:04:34 +04:00
parent 80bf1ba1d1
commit 53d64ba2a6

View File

@@ -1 +1,29 @@
#InertiaJS + Vue3 + Tailwind CSS + AdonisJS Bolierplate # InertiaJS + Vue3 + Tailwind CSS 2.0 + AdonisJS 5 Bolierplate
## Installation
Install NPM dependencies :
```bash
npm ci
```
### Compile Assets
Build assets :
```bash
node ace mix:build
```
Build assets and watch for file changes :
```bash
node ace mix:watch
```
Build assets for production :
```bash
node ace mix:build --production
```
### Run server
Run adonis server :
```bash
node ace serve --watch
```