Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

curryy/kudos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kudos Portal

React application to adding posts with kudos for other users.

Used technologies

Server part

The project contains a simple server for testing purposes that returns example data.

Installation and running locally

cd server
yarn
node ./

Application

Installation

yarn

Components

All components in the application are documented by storybook. To browse components, run:

yarn storybook

Page should open automatically in your browser.

Starting app locally

To run application you need to set enviroment variable with server url (API_URL). Testing server in this project running on http://localhost:3000.

Copy .env.exmple to .env.

yarn start

Bulding

yarn build

Your code will be built in the dist/ directory.

Node

Used node version: 12.13.0 Used yarn version: 1.7.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors