Skip to content

Commit 3cbba06

Browse files
Switch to create-react-app
1 parent 83fde0b commit 3cbba06

File tree

186 files changed

+17733
-14184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+17733
-14184
lines changed

.editorconfig

Lines changed: 0 additions & 14 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 107 deletions
This file was deleted.

.gitignore

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
# Don't check auto-generated stuff into git
2-
coverage
3-
build
4-
dist
5-
node_modules
6-
stats.json
7-
8-
# Cruft
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
915
.DS_Store
10-
npm-debug.log
11-
.idea
12-
certificates
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

.lgtm

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"git.ignoreLimitWarning": true
3+
}

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

MAINTAINERS

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,25 @@ Great for usability testing recordings and screencasts, stopwatch is included.
1515
- use any screensharing app like skype to broadcast
1616
- Mac-users can use pre-installed quicktime to capture via "screencast" recording
1717

18-
## Tech
19-
- Based on the awesome [react-boilerplate](https://github.com/react-boilerplate/react-boilerplate)
20-
- Also includes a workflow for [electron](https://electron.atom.io/)
18+
### `npm start`
2119

22-
## Demo
23-
See it working in action: [Click here](https://hamsterbacke23.github.io/webcamdisplay-react/)
20+
Runs the app in the development mode.<br>
21+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
2422

25-
## Local
26-
1) Clone it
27-
2) run it
23+
The page will reload if you make edits.<br>
24+
You will also see any lint errors in the console.
2825

29-
```yarn install```
30-
```npm start```
26+
### `npm test`
3127

28+
Launches the test runner in the interactive watch mode.<br>
29+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
30+
31+
### `npm run build`
32+
33+
Builds the app for production to the `build` folder.<br>
34+
It correctly bundles React in production mode and optimizes the build for the best performance.
35+
36+
The build is minified and the filenames include the hashes.<br>
37+
Your app is ready to be deployed!
38+
39+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

app/.htaccess

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)