Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deve-sh/barebones-react
https://github.com/deve-sh/barebones-react
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deve-sh/barebones-react
- Owner: deve-sh
- Created: 2023-04-14T03:54:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-15T10:34:17.000Z (over 1 year ago)
- Last Synced: 2023-07-15T11:29:44.692Z (over 1 year ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Barebones React
A zero-config, parcel-based barebones React app.
### Getting Started
```bash
git clone https://github.com/deve-sh/barebones-react.git
cd barebones-react
npm install
npm run dev
```### Build your app
```bash
npm run build
```### Serve your app
After you've built your app run:
```bash
npm run serve
```