Skip to content

borvelt/spg_test_restful_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPG assignment

This project contains two packages client and server which will be handled with lerna.

Client

Client folder contains simple CRA application with containers and components folder.

Components folder holds some pure components without any side-effects.

Containers folder holds application context and components which has been created by the composition of small components.

Install

Please run this command to prepare the environment. run npm bootstrap

Development Mode

Run application in development mode with npm run development. Front-End application is accessible on http://localhost:3001/.

production Mode

Incase of using service-workers on the front-end application you can run application on production mode. npm run production

Front-End application is accessible on http://localhost:3002/.

About

Restful API for SPG frontend development tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.7%
  • HTML 9.9%
  • JavaScript 0.4%