Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shihtingjustin/withoutcra
https://github.com/shihtingjustin/withoutcra
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shihtingjustin/withoutcra
- Owner: ShihTingJustin
- Created: 2022-09-08T08:56:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T17:18:18.000Z (over 2 years ago)
- Last Synced: 2024-04-16T08:50:02.654Z (8 months ago)
- Language: TypeScript
- Size: 566 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# withouCRA
A simple React project built without CRA## Setup
1. clone repository
```
git clone https://github.com/ShihTingJustin/withoutCRA.git
```
2. go to project directory
```
cd withoutCRA
```
3. install dependencies
```
npm i
```
4. serving the project
```
npm run dev
```
5. use the App on
```
http://localhost:3000/
```## Stack
* Webpack @5.74.0
* Babel @7.19.0
* React @18.2.0## Author
[ShihTingJustin](https://github.com/ShihTingJustin)
* [LinkedIn](https://www.linkedin.com/in/justinhuang777/)
* [Medium](https://medium.com/%E4%BD%A0%E6%98%AF%E8%87%AA%E7%94%B1%E7%9A%84)
* [Teaching Assistant at ALPHA Camp](https://lighthouse.alphacamp.co/users/2842/ta_profile)