Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shihtingjustin/withoutcra


https://github.com/shihtingjustin/withoutcra

Last synced: about 1 month ago
JSON representation

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)