63csmith / AWS-Amplify-test

test of website template for AWS Amplify

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

test of website template for AWS Amplify

License:MIT License


Languages

Language:JavaScript 66.5%Language:CSS 27.2%Language:HTML 6.3%