Skip to content

thomasaryanto/coba-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coba Express

Running framework nodejs dengan views engine ejs dan changes monitor nodemon.

Getting Started

Prerequisites

Install node js & npm

https://nodejs.org/en/download/

Install nodemon

npm install nodemon -g

Installing

Clone repo ini ke direktori yang diinginkan, lalu masuk ke direktori tersebut & jalankan command berikut.

Install modul yang dibutuhkan

npm install

Jalanin server lokalnya

nodemon start

Kalau muncul output kayak gini tanpa error, berarti aplikasi udah berhasil jalan.

[nodemon] 1.xx.x
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node ./bin/www start`

Running

Buka browser dan akses ke alamat berikut

http://localhost:3000

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Cara Install Framework Node JS dengan views engine EJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors