Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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