Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 499 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 499 Bytes

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