Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djfarly/react-global-state-demo-muc-web-23-3
https://github.com/djfarly/react-global-state-demo-muc-web-23-3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/djfarly/react-global-state-demo-muc-web-23-3
- Owner: djfarly
- Created: 2023-06-07T14:35:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-07T14:35:41.000Z (over 1 year ago)
- Last Synced: 2024-10-19T18:47:00.786Z (3 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Global State: Demo-Start
## Notes
- This is the starter version of the demo
## Development
### CodeSandbox
Select the "Browser" tab to view this project. If this project contains tests, select the "Tests" tab to check your progress.
> 💡 Please note that Next.js support on CodeSandbox is not great.
### Local development
To run project commands locally, you need to install the dependencies using `npm i` first.
You can then use the following commands:
- `npm run dev` to start the development server
- `npm run build` to create a production build
- `npm run start` to start the production build
- `npm run test` to run the tests in watch mode (if available)> 💡 This project requires a bundler. You can use `npm run dev` to start the development server. You can then view the project in the browser at `http://localhost:3000`. The Live Preview Extension for Visual Studio Code will **not** work for this project.