Skip to content

jamessayer98/grata

Repository files navigation

Grata Admin Portal

Admin portal.

Installation

# install app's dependencies
$ npm install

# initialize firebase for project if it hasnt been done
$ firebase init

Running Locally

# 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

# deploy to firebase
$ firebase deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages