The full-stack rest api skeleton application on Javascript with MEVN.
- express ^4.17
- vue ^2.5
- node ^17.6
# Build
$ cd client && npm install
$ cd server && npm install
$ cd client && npm run build
# Run
$ cd client && npm run dev
$ cd server && npm run dev
Go to browser and open localhost:8080.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.