Skip to content

jottenlips/somethingLikeAsteroids

Repository files navigation

Running Local

Install node

clone this repo

npm install

npm run start-local

Running local with express server

npm install

npm run bundle

npm start

Deploying to heroku

Install heroku cli

npm install

npm run bundle

heroku create

git add

git commit

git push heroku master

https://somethinglikeasteroids.herokuapp.com/ (my deployed version)

For optimal experience use on mobile

Releases

No releases published

Packages

 
 
 

Contributors