Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (22 loc) · 1.02 KB

easyfits-website

This repo contains all the required code and dependencies required to run the frontend section of the EasyFits Website

React · GitHub license npm version CircleCI Status PRs Welcome

Getting Started

Clone the repo into the root directory

git clone https://github.com/EasyFits/easyfits-website.git

Installing dependencies

Once cloned, move into the frontend folder

cd easyfits-website

and then run this command

npm install

Starting development server

In your terminal type

npm start