- Node.js back-end: https://github.com/chrischenyc/fuutr-server
- React admin portal: https://github.com/chrischenyc/fuutr-admin-web
- iOS rider app: https://github.com/chrischenyc/fuutr-rider-app-ios
based on CoreUI Free React Admin Template v2
# clone the repo
$ git clone git clone https://bitbucket.org/fuutr/admin-web
# go into app's directory
$ cd admin-web
# install app's dependencies
$ npm install
This project was bootstrapped with Create React App
# dev server with hot reload at http://localhost:3000
$ npm start
Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.
Run build
to build the project. The build artifacts will be stored in the build/
directory.
# build for production with minification
$ npm run build
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:
root
βββ 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