Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

healeycodes/PairCode

Repository files navigation

PairCode

A CodePen clone (but faster). Mostly because I love pair programming.

Build Status


  • Join a code room with your team and view changes as they happen.
  • Fork rooms, or delete them if you don't like your creation.

preview image


Tech Stack

Back end: Node.js, Express with EJS templates, socket.io, SQLite via Sequelize.

Front end: HTML5/CSS3, JavaScript(ES6+), Webpack w/ Babel.

Tested with: Jest.


Setup

Webpack builds the client code.

npm install

npm run-script build


Tests

API tested by Jest.

npm test


Run

Pages and socket.io run by Express.

Set the enviroment variable PORT to host on a different port. Default is 3000.

npm start

License

MIT.

About

👩‍💻 Real-time pair coding in a HTML/CSS/JS playground

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published