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

https://github.com/ehsangazar/sample-react-without-creators

Working on styles and fetching apis from a source
https://github.com/ehsangazar/sample-react-without-creators

Last synced: 7 months ago
JSON representation

Working on styles and fetching apis from a source

Awesome Lists containing this project

README

          

# Sample App for developing a simple react project from scratch

`After cloning the prjoect,
Rename .env.example to .env`

### Development
1.Install dependencies
```
npm i
```
3. Start development
```
npm run dev
```

### Test
```
npm run test
```

### Production
```
npm run build
npm run serve
```