Skip to content

FullStackForger/fs-react-starter-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FS React Starter Pack

Build Status dependencies Status devDependencies Status Codacy Badge Coverage Status Code Climate

fs-react-starter-pack

Work in progress. Contributions are welcomed!

Setup instruction

Client

npm install && npm start

API Server

It is demo server wit API endpoints you need for the starter.

In the future API will be moved to external package such us hapilizer

Install dependencies

cd server && npm install && node start

Barebones

Routing

Routing has been done with react-router 2.8.0 and configuration as object passed to Router component.

User Authentication

Users are authenticated with JSON Web Tokens.

Starter pack uses react-jwt-auth-redux providing react-jwt-auth bindings for Redux. User can login with either login and password or it's social account by clicking social login button provided by react-jwt-auth.

Sources

Great packages

Here is the list of great react packages that inspired me to start this project.

List of react starting projects

If you don't like this starter pack or have different requirement for you project you should check out following sites:

About

React boilerplate (React, Webpack, React Bootstrap)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages