Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 425 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 425 Bytes

pixelado

Draw pixel art and share it!

JavaScript Style Guide

Folder Structure

  • /client: the front-end of the application. It uses HTML, CSS, and Svelte. It is bundled with Webpack.
  • /core: all of the grid logic.
  • /server: the back-end of the application. It uses Node.JS with Express, and MongoDB as the database.