https://github.com/adia-dev/frontend-jimmy
https://github.com/adia-dev/frontend-jimmy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adia-dev/frontend-jimmy
- Owner: adia-dev
- Created: 2024-03-03T21:33:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T10:12:23.000Z (about 2 years ago)
- Last Synced: 2025-02-18T06:47:07.131Z (about 1 year ago)
- Language: TypeScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example React Project
## Requirements
- node.js
## setup
### Install dependencies
```sh
npm install
```
## Run the project in dev mode
By default, the file `env/.env.development` is loaded when running the project in dev mode. Make sure to check that everything is set correctly.
```sh
npm run dev
```
## Build the project in production mode
By default, when building the project in production mode, the file `env/.env.production` will be used. You should fill it with the necessary production information.
```sh
npm run build
```