Browse Source
Merge pull request #293 from moxiegirl/ak-source-files
Removing bad information from table
feat/clarity-updates
Moxiegirl
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
14 deletions
-
_develop/zero_to_dapp_2.md
-
_develop/zero_to_dapp_2_win.md
|
|
@ -203,19 +203,15 @@ In this section, you copy the code for Animal Kingdom to your workstation. |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td><code>package.json</code></td> |
|
|
|
<td>An NPM project file.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td><code>config</code></td> |
|
|
|
<td>Environment configuration files written in Javascript.</td> |
|
|
|
<td>An NPM project file and a corresponding <code>.lock</code> file.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td><code>public</code></td> |
|
|
|
<td>Files that are copied into the root of the site you are building.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td><code>scripts</code></td> |
|
|
|
<td>NPM scripts used to do common tasks in the project.</td> |
|
|
|
<td><code>cors</code></td> |
|
|
|
<td>Files to support cross-origin request configuration.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td><code>src</code></td> |
|
|
|
|
|
@ -213,19 +213,15 @@ In this section, you copy the code for Animal Kingdom to your workstation. |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td><code>package.json</code></td> |
|
|
|
<td>An NPM project file.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td><code>config</code></td> |
|
|
|
<td>Environment configuration files written in Javascript.</td> |
|
|
|
<td>An NPM project file and a corresponding <code>.lock</code> file.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td><code>public</code></td> |
|
|
|
<td>Files that are copied into the root of the site you are building.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td><code>scripts</code></td> |
|
|
|
<td>NPM scripts used to do common tasks in the project.</td> |
|
|
|
<td><code>cors</code></td> |
|
|
|
<td>Files to support cross-origin request configuration.</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<td><code>src</code></td> |
|
|
|