Skip to content

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

Notifications You must be signed in to change notification settings

nicolasmure/knp-react-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • HTML 10.8%
  • CSS 3.2%
  • Makefile 1.2%