https://github.com/hkedia321/utopia
Utopia - Smart garbaging classifying and managing system. For CodeSpace Hack.
https://github.com/hkedia321/utopia
css3 html ngrok reactjs socket-io
Last synced: 2 months ago
JSON representation
Utopia - Smart garbaging classifying and managing system. For CodeSpace Hack.
- Host: GitHub
- URL: https://github.com/hkedia321/utopia
- Owner: hkedia321
- Created: 2018-03-18T14:48:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T14:54:56.000Z (about 8 years ago)
- Last Synced: 2025-01-22T10:46:32.069Z (over 1 year ago)
- Topics: css3, html, ngrok, reactjs, socket-io
- Language: JavaScript
- Homepage: http://utopiacity.surge.sh/
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Utopia
[Utopia](http://utopiacity.surge.sh/)
## How to deploy?
### Running on localhost
* **Step 1:** Fork the repository and clone it to your machine
* **Step 2:** Cd into the cloned folder
* **Step 3:** Install all the dependencies with:```$ npm install```
* **Step 4:** Run on http://localhost:3000 with:```$ npm run start```
* **Step 5:** Build locally with: ```$ npm run build ```
* **Step 6:** To deploy at a URL use: ```$ npm run deploy ```