Skip to content

pyxarez/snake-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome bugged snake

Installation

git clone https://github.com/pyxarez/snake-test.git
cd snake-test
yarn
yarn start

Directories dist directory is for the compiled .js and .css files. src/components directory is for .ts and .tsx files. src/sass directory is for .scss files.

Usage After the yarn start command, access http://localhost:8080/ to browse. By editing src/components/*.ts or *.tsx or src/sass/*.scss, you can see the updated result automaticaly.

Deployment

To get compiled code, run this command.

yarn run build

You can also copy and use dist directory independently.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published