Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 495 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 495 Bytes

React MyReads

This is React application is an assignment to the first project in Udacity's React Nanodegree - React Fundamentals.

Getting started

To launch the application simple run the following commands

yarn install

yarn start

or, if you don't have yarn installed, simply run the following npm scripts

npm install

npm start

To build the application for deployment simple run either one of the following commands

yarn build

npm run build