leeleekaen / react-website

Basic React Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Basic React Website

License:MIT License


Languages

Language:JavaScript 62.3%Language:CSS 30.8%Language:HTML 6.9%