TheBojda / project-repo

Project repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

project-repo

Project repo

Preparing the development environment

  • Run yarn to install dependencies
  • Run yarn mysql:start to start the development MySQL server
  • Run yarn migrations:run_dev to build or actualize the database
  • Run yarn build to build the project
  • Run yarn dev to start the development server, the application will be available at http://localhost:3000
  • Run yarn mysql:stop if you want to stop the development MySQL server

About

Project repo

License:GNU General Public License v3.0


Languages

Language:Vue 65.1%Language:TypeScript 33.3%Language:EJS 1.6%