You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
4
+
5
+
## How to test the library against nextjs demo
6
+
- in root of project, run `npm run test-lib-build` if you haven't already to generate the `g-loot-react-tournament-brackets-1.0.0.tar.gz` local package for testing
7
+
-`cd demos/create-react-app`
8
+
- run `npm install`
9
+
- run the development server: with `npm run start`
10
+
11
+
12
+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
13
+
14
+
15
+
## Available Scripts
16
+
17
+
In the project directory, you can run:
18
+
19
+
### `npm start`
20
+
21
+
Runs the app in the development mode.\
22
+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
23
+
24
+
The page will reload if you make edits.\
25
+
You will also see any lint errors in the console.
26
+
27
+
### `npm test`
28
+
29
+
Launches the test runner in the interactive watch mode.\
30
+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
31
+
32
+
### `npm run build`
33
+
34
+
Builds the app for production to the `build` folder.\
35
+
It correctly bundles React in production mode and optimizes the build for the best performance.
36
+
37
+
The build is minified and the filenames include the hashes.\
38
+
Your app is ready to be deployed!
39
+
40
+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
0 commit comments