Skip to content

A quick start boilerplate for React application

Notifications You must be signed in to change notification settings

chapsana/react-simple-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-starter 👋

Version Documentation Maintenance License: ISC

Custom version of create-react-app with some changes and additions, an opinionated React starter app based on CRA(Javascript) tempalate

Changes

  • Installed React Router v4
  • App.js changes (Added Header, Route, arrow function)
  • Added a components folder with Header, Home & Spinner
  • Added base styles in App.css for buttons, backgrounds, etc (Remove if needed)
  • Added Font Awesome to public/index.html
  • Removed logo.svg

Install

yarn install

Usage

yarn run start

Run tests

yarn run test

Author

👤 Alpha Olomi alphaolomi@gmail.com

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Alpha Olomi alphaolomi@gmail.com.
This project is ISC licensed.


This README was generated with ❤️ by readme-md-generator