Paraffin Dashboard
Built with React, Material-UI, React Router, Redux.
Quick Start
1. Get the latest version
You can start by cloning the latest version of Paraffin Client Dashboard on your local machine by running:
$ git clone https://github.com/ParaffinIoT/dashboard.git Paraffin-client-dashboard
$ cd Paraffin-client-dashboard
2. Run npm install
This will install both run-time project dependencies and developer tools listed in package.json file.
3. Run npm run start:dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. Whenever you modify any of the source files inside the /src
folder,
the module bundler (Webpack) will recompile the
app on the fly and refresh all the connected browsers.
4. Run npm build
Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
5. Run npm start
Runs the app in the production mode.