https://github.com/benbowes/ea
Code example
https://github.com/benbowes/ea
Last synced: about 1 year ago
JSON representation
Code example
- Host: GitHub
- URL: https://github.com/benbowes/ea
- Owner: benbowes
- Created: 2023-01-18T09:14:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T10:24:09.000Z (over 3 years ago)
- Last Synced: 2024-10-11T14:59:58.327Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code example
Built with Create React App
## After cloning the project, install the dependencies
### `npm i`
Requires at least node 14 - see nodejs.org for how to install `node`
## Available Scripts
In the project directory, you can run:
### `npm serve` in one terminal, then `npm start` in another
Runs the express server.
Open [http://localhost:80](http://localhost:80) to view it in the browser.
And runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `npm test`
Runs the unit tests