https://github.com/haifahrul/react-workshop
https://github.com/haifahrul/react-workshop
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haifahrul/react-workshop
- Owner: haifahrul
- License: mit
- Created: 2021-06-26T09:41:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T12:58:01.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T07:11:52.584Z (5 months ago)
- Language: JavaScript
- Size: 397 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-workshop
⚛️ A workshop to get started with React
## Scope of workshop
- React 101 + Graphql
- Web Performance
- SEO for web developer## Tech stacks
- Boilerplate using [Razzle](https://razzlejs.org/getting-started)
- React.js
- Apollo## Installation
- Click "Use this template" to create your own repo

- Clone the repo to your local
```bash
$ git clone [email protected]:mazipan/react-workshop.git
```- Move to the project's directory
```bash
$ cd react-workshop
```- Install dependency
```bash
$ npm i
```- Run the project
```bash
$ npm run dev
```Open in `http://localhost:3000/`
## Commands
| Command | Description |
| --------------- | -------------------------------------------------- |
| `npm run dev` | Run development mode with HMR |
| `npm run build` | Build the project for production deployment |
| `npm run prod` | Run the project after build, to replicate prod env |---
© 2021 from 🇮🇩