Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisaruj/foofoo-frontend
An IoT air purifier project
https://github.com/nisaruj/foofoo-frontend
Last synced: 25 days ago
JSON representation
An IoT air purifier project
- Host: GitHub
- URL: https://github.com/nisaruj/foofoo-frontend
- Owner: nisaruj
- License: mit
- Created: 2019-12-12T05:14:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T13:08:52.000Z (about 2 years ago)
- Last Synced: 2023-03-12T02:40:14.520Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://foofoo-178cd.firebaseapp.com
- Size: 8.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# FooFoo Frontend
An IoT air purifier made by STM32 & NodeMCU. This is a part of Embedded System Laboratory 2110366 project.
## Installation
``` bash
# clone the repo
$ git clone https://github.com/nisaruj/foofoo-frontend.git my-project# go into app's directory
$ cd my-project# install app's dependencies
$ npm install
```## Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)see also:
[User Guide](CRA.md)### Basic usage
``` bash
# dev server with hot reload at http://localhost:3000
$ npm start
```Navigate to [http://localhost:3000](http://localhost:3000). The app will automatically reload if you change any of the source files.
### Build
Run `build` to build the project. The build artifacts will be stored in the `build/` directory.
```bash
# build for production with minification
$ npm run build
```## What's included
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
```
CoreUI-React#v2.0.0
├── public/ #static files
│ ├── assets/ #assets
│ └── index.html #html template
│
├── src/ #project root
│ ├── containers/ #container source
│ ├── scss/ #user scss/css source
│ ├── views/ #views source
│ ├── App.js
│ ├── App.test.js
│ ├── index.js
│ ├── _nav.js #sidebar config
│ └── routes.js #routes config
│
└── package.json
```## Special Thanks
- CoreUI Free Admin Template