Skip to content

sergiuilie/firstApp

Repository files navigation

firstApp

instalation

npm install -g grunt-cli bower
  • download Source Tree and install it
  • open Source Tree and clone this project
  • open in File Explorer where you have cloned the project and open a cmd to that path
  • run the following commands in the previously opened cmd
composer install

npm install

bower install

composer publish
  • open and cmd as an administrator and run
mklink /J <xampp_instalation_folder>/htdocs/firstApp <clone_project_folder>/public
  • open XAMPP control panel and start Apache and mySQL
  • open HeidiSQL and connect to
host: localhost
port: 3306
user: root
password: 
  • create a new database called myfirstapp
  • in the previous cmd with the path of the application run
composer database
  • open a browser and go to this link
  • import the project in netbeans

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages