Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.