willsower / ProjectProjectum

Project that I'm working on now. [WIP]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProjectProjectum

  1. Clone repo and cd inside
  2. npm i to install dependencies from package (node_modules will appear)
  3. To run application do npm start

Project Structure

electron/ # Window/Main
model/ # DataStores
node_modules/ # Dependencies
public/ # Add in static content
  img/
  video/
  fonts/
src/
  components/ 
  pages/ 
  styles/ 
  index.js
tests/
.eslintrc.json
.gitignore
package-lock.json
package.json
postcss.config.js
Procfile
README.md
tailwind.config.js

About

Project that I'm working on now. [WIP]


Languages

Language:JavaScript 60.7%Language:HTML 31.5%Language:CSS 7.8%