/react-website

Basic React Website

Primary LanguageJavaScriptMIT LicenseMIT

Basic Web Template with React

This is a basic react template to show how to configure a react-appliication with baic routing and basic css styling.

How to run:

  1. Download or fork this repository to your local machine.
  2. before starting the local development environment, run the following command:

npm install

This is to install all the dependencies required to run the library.

  1. Execute the following command to start your server

npm start

  1. head to localhost:3000 to check out the application

You may check out the article on Medium.