Hi there!
[For a better instruction README.md, please let me know: katyperrycbt@gmail.com]
HTML, CSS, JavaScript, Bootstrap and ofc Expressjs (Nodejs)
Clone:
git clone https://github.com/katyperrycbt/sms.git
cd sms
npm installSee: [Before you run]
Stay updated:
git pull origin mainMake sure you have already installed Nodejs, Expressjs.
npm install express --save
npm installFurther module-errors handling:
npm install module_name --save[Important]
Create a file named .env with the content:
cookie_secret=anything(Note: 'anything' means any string you prefer. Learn more: cookie-parser)
Activate auto-opening browser:
- Open file:
sms.js - Scroll down to the end, change this:
// open('http://localhost:6969/', {app: edge});- Into this:
open('http://localhost:6969/', {app: edge});(Note: Maybe you need to change the value of edge into your exactly directory of your browser .exe file)
- Finally:
npm start