Skip to content

Commit fa2b5a0

Browse files
KEVIN NAYLORKEVIN NAYLOR
authored andcommitted
Updated README
1 parent f364927 commit fa2b5a0

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
I'm new to ReactJS. This project is my sandbox as I learn more about the library and become more familiar with how it all works.
2+
3+
The application is hosted here: [knay-react](https://knaylor.github.io/knay-react/).
4+
5+
Below is the boilerplate README text created for a React application (I'm leaving it here for reference, hey I'm new at this).
6+
7+
------------------------------
8+
19
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
210

311
Below you will find some information on how to perform common tasks.<br>
@@ -300,7 +308,7 @@ In the WebStorm menu `Run` select `Edit Configurations...`. Then click `+` and s
300308
301309
Start your app by running `npm start`, then press `^D` on macOS or `F9` on Windows and Linux or click the green debug icon to start debugging in WebStorm.
302310

303-
The same way you can debug your application in IntelliJ IDEA Ultimate, PhpStorm, PyCharm Pro, and RubyMine.
311+
The same way you can debug your application in IntelliJ IDEA Ultimate, PhpStorm, PyCharm Pro, and RubyMine.
304312

305313
## Formatting Code Automatically
306314

@@ -1989,7 +1997,7 @@ If you’re using [Apache HTTP Server](https://httpd.apache.org/), you need to c
19891997
RewriteRule ^ index.html [QSA,L]
19901998
```
19911999
1992-
It will get copied to the `build` folder when you run `npm run build`.
2000+
It will get copied to the `build` folder when you run `npm run build`.
19932001
19942002
If you’re using [Apache Tomcat](http://tomcat.apache.org/), you need to follow [this Stack Overflow answer](https://stackoverflow.com/a/41249464/4878474).
19952003
@@ -2429,7 +2437,7 @@ To resolve this:
24292437
1. Open an issue on the dependency's issue tracker and ask that the package be published pre-compiled.
24302438
* Note: Create React App can consume both CommonJS and ES modules. For Node.js compatibility, it is recommended that the main entry point is CommonJS. However, they can optionally provide an ES module entry point with the `module` field in `package.json`. Note that **even if a library provides an ES Modules version, it should still precompile other ES6 features to ES5 if it intends to support older browsers**.
24312439

2432-
2. Fork the package and publish a corrected version yourself.
2440+
2. Fork the package and publish a corrected version yourself.
24332441

24342442
3. If the dependency is small enough, copy it to your `src/` folder and treat it as application code.
24352443

0 commit comments

Comments
 (0)