Skip to content

KyleGalvin/frontendBoilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Status

Build Status Coverage Status Known Vulnerabilities Dependencies Status devDependencies Status

Build Status Coverage Status Known Vulnerabilities Dependencies Status devDependencies Status

Purpose:

This is a boilerplate launch project meant to accelerate application development start times for new projects.

Tooling:

  • Typescript
  • React
  • React-redux
  • React-router
  • webpack
  • sass
  • fetch wrappers (for restful API calls)
  • tslint (with a few rules modified from the defaults)
  • browser-bunyan for centralized logging
  • font awesome

Developer Notes:

This application pairs out of the box with a corresponding backend project hosted here

Todo:

  • Fill out more unit tests
  • login/logout redirect to/from dashboard
  • Better HTTP verbs
  • Css layout

To install this project:

npm install

To run this project:

npm start

To run integration tests:

npm test

About

This is a react/redux frontend for a simple full-stack app I am working on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published