haifahrul / react-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • React.js
  • Apollo

Installation

  • Click "Use this template" to create your own repo

  • Clone the repo to your local
$ git clone git@github.com:mazipan/react-workshop.git
  • Move to the project's directory
$ cd react-workshop
  • Install dependency
$ npm i
  • Run the project
$ 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 🇮🇩

About

License:MIT License


Languages

Language:JavaScript 86.1%Language:CSS 13.9%