nicolasmure / knp-react-app

A functional oriented react app bootstrap. Do not loose time to configure and bootrstrap a project, use it and make !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KNP React App

This is a bootstrapped React application. If you are looking for a Javascript FP starting point for your frontend application, this project could be a good start.

Installation

Requires the latest version of :

  • docker-ce
  • docker-compose

Just clone this repository and install its dependencies:

$ git clone git@github.com:KnpLabs/knp-react-app.git myApp
$ cd myApp
$ make .env install-deps

Then, run it with

$ make start

and browse http://localhost:3000/.

What is inside ?

This bootstrapper is based on top of React Create App. Please follow this complete guide before posting any issue on this repository. In fact it does nothing except cleaning up some code and propose a default architecture.

Documentation

React

Archi

Libs

Tests

To run the tests :

$ make test

Useful resources

About

A functional oriented react app bootstrap. Do not loose time to configure and bootrstrap a project, use it and make !


Languages

Language:JavaScript 84.7%Language:HTML 10.8%Language:CSS 3.2%Language:Makefile 1.2%