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
- Host: GitHub
- URL: https://github.com/ehsangazar/sample-react-without-creators
- Owner: ehsangazar
- Created: 2019-01-13T08:43:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T08:44:17.000Z (over 6 years ago)
- Last Synced: 2025-01-23T11:45:45.612Z (9 months ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```