# iot-web-tmp **Repository Path**: zzuisa/iot-web-tmp ## Basic Information - **Project Name**: iot-web-tmp - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-07 - **Last Updated**: 2021-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MERN-boilerplate This is a boilerplate project using the following technologies: - [React](https://facebook.github.io/react/) and [React Router](https://reacttraining.com/react-router/) for the frontend - [Express](http://expressjs.com/) and [Mongoose](http://mongoosejs.com/) for the backend - [Sass](http://sass-lang.com/) for styles (using the SCSS syntax) - [Webpack](https://webpack.github.io/) for compilation ## Requirements - [Node.js](https://nodejs.org/en/) 6+ ```shell npm install ``` ## Running Make sure to add a `config.js` file in the `config` folder. See the example there for more details. Production mode: ```shell npm start ``` Development (Webpack dev server) mode: ```shell npm run start:dev ```