Skip to content

Commit

Permalink
Migrating files
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Bostian authored and Emma Bostian committed Sep 10, 2018
1 parent 683cc7b commit 946eebd
Show file tree
Hide file tree
Showing 19 changed files with 18,394 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
node_modules
README.old.md
1 change: 1 addition & 0 deletions CNAME
@@ -0,0 +1 @@
codingcoach.io
28 changes: 27 additions & 1 deletion README.md
@@ -1 +1,27 @@
# coding-coach-front-end
# coding-coach

### Installing

Installing the node modules

```
npm install
```

or

```
yarn
```

Starting the server

```
npm start
```

or

```
yarn start
```

0 comments on commit 946eebd

Please sign in to comment.