Skip to content

React.js frontend for my Lime-like scooter-sharing startup (dead 😡)

Notifications You must be signed in to change notification settings

chrischenyc/fuutr-admin-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

About

System Architecture

System Architecture

FUUTR admin web portal

based on CoreUI Free React Admin Template v2

Table of Contents

Installation

# 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

Create React App

This project was bootstrapped with Create React App

Basic usage

# 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.

Build

Run build to build the project. The build artifacts will be stored in the build/ directory.

# 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:

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

About

React.js frontend for my Lime-like scooter-sharing startup (dead 😡)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages