+ 5
Website Making Local server
What are best languages and tools to make a site local server. A man suggest me to learn Js, angular Js, jquery, Node js, postgreSql. somethings I have learnt but I cant initial setup. is PHP is necessary? please suggest me How to do or any link to make initial setup ?
6 Respuestas
+ 9
check this tutorial for node.js
https://www.webcodegeeks.com/javascript/node-js/building-web-apps-with-node-js/
hello world app in node
https://www.pluralsight.com/guides/node-js/hello-world-node-js
node simplified
http://www.nodesimplified.com/?m=1
this one for a weather app 16 lines
https://codeburst.io/build-a-simple-weather-app-with-node-js-in-just-16-lines-of-code-32261690901d
+ 8
i can't speak about sql but using node.js you can setup a web server check the hello world app for more info.
+ 8
here's another useful resource
" This tutorial is designed for software programmers who want to learn the basics of Node.js and its architectural concepts. This tutorial will give you enough understanding on all the necessary components of Node.js with suitable examples. "
https://www.tutorialspoint.com/nodejs/index.htm
+ 4
use xamp to setup your local site,you can use bootstrap,mysql,jquery,js,php and framework (optional)
+ 2
these links are efficient.
but I need initial setup of a project.
how html,css,JS ,Node.Js using postgreSql files are placed and where and merge them
+ 2
thanks @Lord
I hve made Basic page through Node.Js local host