SkuyJS MVC application example
Feature list that implemented in this project.
- Create
- Read
- Update
- Delete
- Clone this repository
- Install all packages by run
npm install
on terminal inside this project directory.
Run application with development mode by run npm run dev
command.