DeStress

Antistress games' compilation

Stars
0
Committers
1

DeStress

A compilation of antistress games and stimulis.The project is completely client side.

Structure

public - HTML, images and other media are stored here src - all TypeScript code is located here    configs - different configurations    globals - globally used code    pages - components sorted by pages    styles - project styles    types - project types    utils - utils for main files

Stack

TypeScript, SCSS, Ant Design, Phaser.js, Framer Motion

Getting started

  1. Install NodeJS (https://nodejs.org/en/)
  2. Clone this repository:
git clone https://github.com/Arman2409/DeStress.git
  1. Go to the root directory of your cloned repo:
cd DeStress
  1. Run npm install in terminal or cmd:
 npm i
  1. Start development server:
npm run start