Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libra-foundation/collaboratio
Collaborative website for documentation, diagrams, spreedsheat, project management, etc.
https://github.com/libra-foundation/collaboratio
Last synced: 9 days ago
JSON representation
Collaborative website for documentation, diagrams, spreedsheat, project management, etc.
- Host: GitHub
- URL: https://github.com/libra-foundation/collaboratio
- Owner: Libra-foundation
- License: mit
- Created: 2022-12-29T22:28:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T01:22:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T09:18:29.568Z (over 1 year ago)
- Language: TypeScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Getting Started with E-constellatio's React template
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.\
Test will use `.env.development` file which contain all environment variables.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more
information.### `npm run build_preprod`
Builds the app for pre-production to the `build` folder.\
It will use `.env.preproduction` file which contain all pre-production environment variables.\
It correctly bundles React in pre-production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run build_prod`
Like for `npm run build_preprod` this command do a build but use `.env.production` file which contain all production
variables.### `npm run coverage`
Run tests and compute coverage of your code.
A suitable command to run while creating your tests. An alternative to `npm test` with more information like coverage of
your code by tests. Be careful `npm run coverage` is heavier and makes tests slower. Moreover, this command will run
continuously as long as you don't terminate it. This implies that the command needs its own terminal if you don't want
to run and kill it several times in a single development session.### `npm run lint`
Run linter and tell you which lines don't respect rules. For more information about rules
see [wiki](https://github.com/Correlatio-company/react-template/wiki).## Learn More
You can learn more in the [react-template wki](https://github.com/Correlatio-company/react-template/wiki).
To learn React, check out the [React documentation](https://reactjs.org/).