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

https://github.com/delta/codecharacter-web

The front end of codecharacter.
https://github.com/delta/codecharacter-web

babel enzyme jest react reactjs webpack

Last synced: 5 months ago
JSON representation

The front end of codecharacter.

Awesome Lists containing this project

README

          

# CodeCharacter Web
Web App for the frontend of CodeCharacter 2021

## Installation

```
$ npm install
```

## Running

```
$ npm start
```

## Build

```
$ npm run build
```

## Format with Prettier & Run ESLint

```
$ npm run lint
```

## Run ESLint Fix

```
$ npm run lint:fix
```

## Run Jest Tests

```
$ npm test
```