Skip to content

CodeCoreYVR/chatr-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

daecb89 · Mar 25, 2022

History

51 Commits
Jun 15, 2017
Jun 19, 2017
Nov 6, 2018
Nov 6, 2018
Nov 6, 2018
May 13, 2021
Jun 15, 2017
Nov 6, 2018
May 13, 2021
Nov 6, 2018
Mar 25, 2022
Nov 6, 2018
May 13, 2021
May 13, 2021

Repository files navigation

Chatr in Express

To get started:

git clone https://github.com/CodeCoreYVR/chatr-express.git
cd chatr-express
nvm install 12.18.4
nvm use 12.18.4
npm install fsevents
npm i
npm install -g json-server
npm run db:setup
npm run db:seed
npm start

Go to http://localhost:3434 to view the app.

Run your server either by using VSCode's Live server,

or in terminal if you installed json-server:

json-server data.json

Write your client-side JavaScript in public/javascripts/main.js!

Also, remember to change the scripts in /views/partials/header.ejs if you are adding jquery.

✨🤓✨