This is a basic react template to show how to configure a react-appliication with baic routing and basic css styling.
How to run:
- Download or fork this repository to your local machine.
- before starting the local development environment, run the following command:
npm install
This is to install all the dependencies required to run the library.
- Execute the following command to start your server
npm start
- head to localhost:3000 to check out the application
You may check out the article on Medium.