GithubHelp home page GithubHelp logo

axafrance / react-starter Goto Github PK

View Code? Open in Web Editor NEW
7.0 17.0 4.0 1.74 MB

React Starter application using react-toolkit, react-oidc

License: MIT License

HTML 7.43% JavaScript 70.92% Shell 0.12% SCSS 21.53%
reactjs react javascript starter-kit guildevopen cra react-scripts

react-starter's Introduction

Starter kit with the toolkit

Setup

Like any npm project, npm install is used to download all the necessary packages and npm start is used to start the project

Adapt to your own project

The best way to keep the git tree and push this starter on your own repo is to change the remote url (or create a new one). To change the origin remote url use git remote set-url yourNewRepoUrl. After that, you can push this project on your new repository.

What is available ?

This project come with several basics requirements.

Basic template

With a header, a footer, a menu bar and a title bar

Basics pages

A Homepage, a not found page that you can display when you have a 404 for example and a server error page that you can display when you have a 500 for example.

A router

A formatting service

Project structure

├─── src
│   ├─── context
│   ├─── Home
│   ├─── layout
│   └─── services

context

Contains context initialization and an example for an action and a reducer

Home

Home is a page example

layout

The layout folder your components like Header, Footer, or even the Router

services

Services is a more generic folders. The goal is to keep in the same place all the reusable pure feature.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.