Skip to content

Nekall/template-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react's logo

This is a light template of a React application. 🧚‍♂️

Basically I made it for me, but feel free to use it, improve it, customize it. Have a nice dev :)

(🧹 All packages & files for creating tests or checking performance have been removed.)

Setup ⚙️

  • Download .zip or git clone this repository.

  • Execute npm install

  • Execute npm audit fix (If necessary)

  • Execute npm start, Voilà !

You have a navbar component template, a pages templates (error page in case of wrong url) , image import, fonts import, and a folder architecture already done. Enjoy ;)

Customization 🎨

Change name & version in package.json :

"name": "template",

"version": "0.0.0",

Change the logos in :

/public/favicon.ico

/public/logo192.png

/public/logo512.png

& html in /public/index.html :

<title>React App</title>

Dependencies 🧰