Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 608 Bytes

cra-template-milkiyd

The base template for React apps built by Milkiyd.


This template aims to be a good starting point for a new React app, skipping the most common steps after setting up the project with create-react-app base template.


It inludes the following:

  • a fully working and responsive navbar
  • a folder structure which boosts the development process
  • react-icons for the project
  • react-router-dom to create multipages websites


Installation

npx create-react-app my-awesome-app --template milkiyd

where my-awesome-app is the name of your project.