Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuflakbrr/jogjacamp-test
Front-End Developer (React) Technical Test for JogjaCamp.
https://github.com/nuflakbrr/jogjacamp-test
Last synced: 6 days ago
JSON representation
Front-End Developer (React) Technical Test for JogjaCamp.
- Host: GitHub
- URL: https://github.com/nuflakbrr/jogjacamp-test
- Owner: nuflakbrr
- Created: 2024-08-02T09:02:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T09:04:59.000Z (5 months ago)
- Last Synced: 2024-12-25T19:49:33.012Z (13 days ago)
- Language: TypeScript
- Homepage:
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Frontend Test JogjaCamp (IDwebhost)
## Author
- [Naufal Akbar Nugroho](https://github.com/nuflakbrr)
## Getting Started
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Install Depedencies on this Project.
```bash
npm install
# or
yarn install
# or
pnpm install
```### Copy environment for this project if doesn't exist.
```bash
cp .env.example .env
```### Start development server.
```bash
npm start
# or
yarn start
# or
pnpm start
```## Open [http://localhost:3000](http://localhost:3000) to view it in the browser.