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.
- Host: GitHub
- URL: https://github.com/delta/codecharacter-web
- Owner: delta
- Created: 2020-01-14T12:51:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T09:30:04.000Z (over 4 years ago)
- Last Synced: 2023-03-12T06:56:30.842Z (over 3 years ago)
- Topics: babel, enzyme, jest, react, reactjs, webpack
- Language: TypeScript
- Size: 7.57 MB
- Stars: 2
- Watchers: 27
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```