A compilation of antistress games and stimulis.The project is completely client side.
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
TypeScript, SCSS, Ant Design, Phaser.js, Framer Motion
- Install NodeJS (https://nodejs.org/en/)
- Clone this repository:
git clone https://github.com/Arman2409/DeStress.git
- Go to the root directory of your cloned repo:
cd DeStress
- Run npm install in terminal or cmd:
npm i
- Start development server:
npm run start