react-workshop
Scope of workshop
- React 101 + Graphql
- Web Performance
- SEO for web developer
Tech stacks
- Boilerplate using Razzle
- React.js
- Apollo
Checkout
- Clone the repo to your local
$ git clone git@github.com:mazipan/react-workshop.git
Installation
- 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