Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 321 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 321 Bytes

#Space BoomBoom

###Install

#Clone this repo
$ git clone https://github.com/DevSpaceBE/space-boomboom.git

#Go to app's directory
$ cd space-boomboom

#Install dependecies
$ npm install

###Run

#Run server with webpack-dev/hot-middleware
$ npm start

###Build

#Webpack Build
$ npm run build