My development environment
- Win10 Home
- GIT Bash for my mimic-linux terminal
- yarn >=1.16.0
- node >=10.16.0 (includde npm 6.9.0)
Install
git clone https://github.com/hjcian/inertia-app.git you-repo
cd you-repo
yarn
Starting Development
yarn dev
this will open an auto-rerendering application for developing.
Packaging for Production
yarn package