Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arman2409/destress

Antistress games' compilation
https://github.com/arman2409/destress

phaserjs typescript

Last synced: 2 days ago
JSON representation

Antistress games' compilation

Awesome Lists containing this project

README

        

# 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
```
3) Go to the root directory of your cloned repo:
```
cd DeStress
```
4) Run npm install in terminal or cmd:
```
npm i
```
5) Start development server:
```
npm run start
```