Skip to content

Commit

Permalink
Final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhalley committed Sep 16, 2018
1 parent 49d7933 commit 1788e3d
Show file tree
Hide file tree
Showing 17 changed files with 2,188 additions and 642 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
Hello! This project has been written in React, Redux, and Styled Components, three of my favourite frontend technologies
Hello! This project has been written in React, Redux, and Styled Components, and some elements of Material UI.

# Installation
```sh
mv .env.example .env
npm install
npm start
```
Open localhost:3000 in your browser
# Testing
```sh
mv .env.example .env
npm install
npm test
```
Loading

0 comments on commit 1788e3d

Please sign in to comment.